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.

datasetSchemaTestRepeat.json 337 B

123456789101112131415161718192021
  1. {
  2. "datasetType": "CIFAR100",
  3. "numRows": 33,
  4. "columns": {
  5. "image": {
  6. "type": "uint8",
  7. "rank": 1,
  8. "t_impl": "cvmat"
  9. },
  10. "coarse_label" : {
  11. "type": "uint32",
  12. "rank": 1,
  13. "t_impl": "flex"
  14. },
  15. "fine_label" : {
  16. "type": "uint32",
  17. "rank": 1,
  18. "t_impl": "flex"
  19. }
  20. }
  21. }