issatingzon
commited on
Commit
•
ee39b1f
1
Parent(s):
ed801b5
Push model using huggingface_hub.
Browse files- config.json +7 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "resnet50",
|
3 |
+
"n_classes": 5,
|
4 |
+
"mode": "RGB",
|
5 |
+
"dropout": 0.5,
|
6 |
+
"model_file": "../exp/cnn-roof_material-resnet50-RGB_DOM\\cnn-roof_material-resnet50-RGB_DOM.pth"
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5e43ebfeafd823c20c20f4cb24345cc457e56ae1b4ac3f639f0a73ff956aebb
|
3 |
+
size 94316452
|