Commit
·
1eb235d
1
Parent(s):
76d0db5
Upload model
Browse files- config.json +1 -1
- configuration_resnet.py +1 -1
config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
6,
|
18 |
3
|
19 |
],
|
20 |
-
"model_type": "resnet",
|
21 |
"num_classes": 1000,
|
22 |
"stem_type": "deep",
|
23 |
"stem_width": 32,
|
|
|
17 |
6,
|
18 |
3
|
19 |
],
|
20 |
+
"model_type": "rgbdsod-resnet",
|
21 |
"num_classes": 1000,
|
22 |
"stem_type": "deep",
|
23 |
"stem_width": 32,
|
configuration_resnet.py
CHANGED
@@ -20,7 +20,7 @@ class ResnetConfig(PretrainedConfig):
|
|
20 |
Defining a model_type for your configuration (here model_type="resnet") is not mandatory,
|
21 |
unless you want to register your model with the auto classes (see last section)."""
|
22 |
|
23 |
-
model_type = "resnet"
|
24 |
|
25 |
def __init__(
|
26 |
self,
|
|
|
20 |
Defining a model_type for your configuration (here model_type="resnet") is not mandatory,
|
21 |
unless you want to register your model with the auto classes (see last section)."""
|
22 |
|
23 |
+
model_type = "rgbdsod-resnet"
|
24 |
|
25 |
def __init__(
|
26 |
self,
|