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.

floatSchema.json 272 B

1234567891011121314151617181920
  1. {
  2. "columns": {
  3. "image": {
  4. "type": "uint8",
  5. "rank": 1
  6. },
  7. "label" : {
  8. "type": "int32",
  9. "rank": 1
  10. },
  11. "id" : {
  12. "type": "int64",
  13. "rank": 0
  14. },
  15. "_priority" : {
  16. "type": "float64",
  17. "rank": 0
  18. }
  19. }
  20. }