F-G Fernandez
commited on
Commit
·
0b1d1e5
1
Parent(s):
3c30aad
feat: Updated model checkpoint
Browse files- config.json +1 -1
- model.onnx +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225], "arch": "rexnet1_5x", "interpolation": "bilinear", "input_shape": [3,
|
|
|
1 |
+
{"mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225], "arch": "rexnet1_5x", "interpolation": "bilinear", "input_shape": [3, 256, 384], "classes": ["Wildfire"]}
|
model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe1c9cb11a7ae87efe7ca1627c14b21a7d23c49bfb6885f4a4a26175ad1b9755
|
3 |
+
size 31238572
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3891115bb96656901f81f73c4b3520c756ea0da6018f70d6d522fa56fb15157
|
3 |
+
size 31605857
|