forked from mindspore-Ecosystem/mindspore
15 lines
190 B
JSON
15 lines
190 B
JSON
|
|
{
|
||
|
|
"columns": {
|
||
|
|
"image": {
|
||
|
|
"type": "uint8",
|
||
|
|
"rank": 2,
|
||
|
|
"shape": [28,28]
|
||
|
|
},
|
||
|
|
"label": {
|
||
|
|
"type": "uint8",
|
||
|
|
"rank": 1,
|
||
|
|
"shape": [1]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|