Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
mindspore-ai
/
LeNet
like
8
Follow
mindspore-ai
14
Image Classification
MindSpore
mnist
License:
apache-2.0
Model card
Files
Files and versions
Community
Use this model
058918d
LeNet
/
config.json
helloway
creast config.json file
77fd2d8
almost 2 years ago
raw
Copy download link
history
blame
Safe
224 Bytes
{
"architecture"
:
"LeNet5"
,
"dataset_transform"
:
"mnist"
,
"num_classes"
:
10
,
"id2label"
:
{
"0"
:
0
,
"1"
:
1
,
"2"
:
2
,
"3"
:
3
,
"4"
:
4
,
"5"
:
5
,
"6"
:
6
,
"7"
:
7
,
"8"
:
8
,
"9"
:
9
}
}