forked from mindspore-Ecosystem/mindspore
17 lines
242 B
JSON
17 lines
242 B
JSON
|
|
{
|
||
|
|
"datasetType": "IMAGENET",
|
||
|
|
"numRows": 33,
|
||
|
|
"columns": {
|
||
|
|
"image": {
|
||
|
|
"type": "uint8",
|
||
|
|
"rank": 1,
|
||
|
|
"t_impl": "cvmat"
|
||
|
|
},
|
||
|
|
"label" : {
|
||
|
|
"type": "uint32",
|
||
|
|
"rank": 0,
|
||
|
|
"t_impl" : "flex"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|