im2 commited on
Commit ·
35fc506
1
Parent(s): f10799a
for running up space
Browse files- config.json +6 -0
- mnist_classifier.pth → pytorch_model.bin +0 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "image-classifier",
|
| 3 |
+
"num_labels": 10,
|
| 4 |
+
"image_size": 28,
|
| 5 |
+
"input_channels": 1
|
| 6 |
+
}
|
mnist_classifier.pth → pytorch_model.bin
RENAMED
|
File without changes
|