Skip to content

Commit 48ab5a0

Browse files
add avro tutorial testing data (tensorflow#1267)
Co-authored-by: Cheng Ren <[email protected]>
1 parent 2361b1a commit 48ab5a0

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

docs/tutorials/avro/test.avro

369 Bytes
Binary file not shown.

docs/tutorials/avro/test.avsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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"]}}]}

docs/tutorials/avro/training.avro

176 KB
Binary file not shown.

docs/tutorials/avro/training.avsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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 commit comments

Comments
 (0)