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

17 lines
246 B
JSON

{
"datasetType": "IMAGENET",
"numRows": 2,
"columns": {
"imageone": {
"type": "uint8",
"rank": 1,
"t_impl": "cvmat"
},
"labelone" : {
"type": "int32",
"rank": 0,
"t_impl" : "flex"
}
}
}