mindspore2022/tests/ut/data/dataset/testImageNetData/datasetSchema.json

17 lines
241 B
JSON

{
"datasetType": "IMAGENET",
"numRows": 2,
"columns": {
"image": {
"type": "uint8",
"rank": 1,
"t_impl": "cvmat"
},
"label" : {
"type": "uint32",
"rank": 0,
"t_impl" : "flex"
}
}
}