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

15 lines
196 B
JSON

{
"columns": {
"image": {
"type": "uint8",
"rank": 3,
"shape": [1920,1080,3]
},
"label": {
"type": "int32",
"rank": 1,
"shape": [1]
}
}
}