mindspore/tests/ut/data/dataset/testRandomData/datasetSchema2.json

15 lines
190 B
JSON
Raw Normal View History

2020-04-29 22:26:00 +08:00
{
"columns": {
"image": {
"type": "uint8",
"rank": 2,
"shape": [28,28]
},
"label": {
"type": "uint8",
"rank": 1,
"shape": [1]
}
}
}