mindspore/tests/ut/data/dataset/testCifar100Data/datasetSchema.json

22 lines
338 B
JSON

{
"datasetType": "CIFAR100",
"numRows": 100,
"columns": {
"image": {
"type": "uint8",
"rank": 1,
"t_impl": "cvmat"
},
"coarse_label" : {
"type": "uint32",
"rank": 1,
"t_impl": "flex"
},
"fine_label" : {
"type": "uint32",
"rank": 1,
"t_impl": "flex"
}
}
}