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.

datasetSchema.json 268 B

1234567891011121314151617
  1. {
  2. "datasetType": "TF",
  3. "numRows": 10,
  4. "columns": {
  5. "image": {
  6. "type": "uint8",
  7. "rank": 3,
  8. "shape": [3, 4, 2],
  9. "t_impl": "cvmat"
  10. },
  11. "label" : {
  12. "type": "int64",
  13. "rank": 1,
  14. "t_impl": "flex"
  15. }
  16. }
  17. }