Skip to content

Commit

Permalink
add avro tutorial testing data (tensorflow#1267)
Browse files Browse the repository at this point in the history
Co-authored-by: Cheng Ren <[email protected]>
  • Loading branch information
2 people authored and michaelbanfield committed Mar 30, 2021
1 parent 7cb6b0f commit cebc613
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file added docs/tutorials/avro/test.avro
Binary file not shown.
1 change: 1 addition & 0 deletions docs/tutorials/avro/test.avsc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "ImageDataset", "type": "record", "fields": [{"name": "features", "type": {"type": "array", "items": "int"}}, {"name": "label", "type": ["int", "null"]}, {"name": "dataType", "type": {"type": "enum", "name": "dataTypes", "symbols": ["TRAINING", "VALIDATION"]}}]}
Binary file added docs/tutorials/avro/training.avro
Binary file not shown.
1 change: 1 addition & 0 deletions docs/tutorials/avro/training.avsc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "ImageDataset", "type": "record", "fields": [{"name": "features", "type": {"type": "array", "items": "int"}}, {"name": "label", "type": "int"}, {"name": "dataType", "type": {"type": "enum", "name": "dataTypes", "symbols": ["TRAINING", "VALIDATION"]}}]}

0 comments on commit cebc613

Please sign in to comment.