forked from mindspore-Ecosystem/mindspore
15 lines
191 B
JSON
15 lines
191 B
JSON
|
|
{
|
||
|
|
"datasetType": "IMAGENET",
|
||
|
|
"numRows": 2,
|
||
|
|
"columns": {
|
||
|
|
"image": {
|
||
|
|
"type": "uint8",
|
||
|
|
"rank": 1
|
||
|
|
},
|
||
|
|
"label" : {
|
||
|
|
"type": "uint32",
|
||
|
|
"rank": 1
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|