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 554 B

123456789101112131415161718192021222324252627282930
  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. "shape": [7],
  15. "t_impl": "flex"
  16. },
  17. "A": {
  18. "type": "float32",
  19. "rank": 4,
  20. "shape": [1, 13, 14, 12],
  21. "t_impl": "cvmat"
  22. },
  23. "B" : {
  24. "type": "int64",
  25. "rank": 1,
  26. "shape": [9],
  27. "t_impl": "flex"
  28. }
  29. }
  30. }