Upload config.json with huggingface_hub
Browse files- config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "neurocuda/strongcnn-cifar10-snn",
|
| 3 |
+
"model_type": "neurocuda_snn",
|
| 4 |
+
"neurocuda_version": "0.2.0",
|
| 5 |
+
"architecture": "StrongCNN (7-layer, BatchNorm, wider channels)",
|
| 6 |
+
"task": "image-classification",
|
| 7 |
+
"category": "vision",
|
| 8 |
+
"t": 16,
|
| 9 |
+
"params": 4800000,
|
| 10 |
+
"status": "beta",
|
| 11 |
+
"tags": [
|
| 12 |
+
"vision",
|
| 13 |
+
"cifar-10",
|
| 14 |
+
"strongcnn",
|
| 15 |
+
"classification",
|
| 16 |
+
"medium"
|
| 17 |
+
],
|
| 18 |
+
"conversion_method": "ANN \u2192 QCFS \u2192 IF + BPTT FT (conversion + fine-tune)",
|
| 19 |
+
"nir_exportable": true
|
| 20 |
+
}
|