Update config with PyTorch info
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -61,5 +61,8 @@
|
|
| 61 |
},
|
| 62 |
"version": "1.0.0",
|
| 63 |
"created_by": "Terorra",
|
| 64 |
-
"license": "apache-2.0"
|
|
|
|
|
|
|
|
|
|
| 65 |
}
|
|
|
|
| 61 |
},
|
| 62 |
"version": "1.0.0",
|
| 63 |
"created_by": "Terorra",
|
| 64 |
+
"license": "apache-2.0",
|
| 65 |
+
"pytorch_available": true,
|
| 66 |
+
"pytorch_weights_source": "ImageNet + random classifier",
|
| 67 |
+
"pytorch_note": "Architecture identique au mod\u00e8le ONNX. Weights ImageNet pour backbone, classifier initialis\u00e9 al\u00e9atoirement. \u00c0 r\u00e9entra\u00eener avec donn\u00e9es DAiSEE + collecte."
|
| 68 |
}
|