You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

testSchema.json 194 B

1234567891011121314
  1. {
  2. "datasetType": "TF",
  3. "columns": {
  4. "image": {
  5. "type": "uint8",
  6. "rank": 3,
  7. "shape": [3, 4, 2]
  8. },
  9. "label" : {
  10. "type": "int32",
  11. "rank": 1
  12. }
  13. }
  14. }