Commit
·
cda6eea
1
Parent(s):
0f51a00
Upload model
Browse files- config.json +0 -4
config.json
CHANGED
@@ -2,10 +2,6 @@
|
|
2 |
"architectures": [
|
3 |
"ResnetModelForImageClassification"
|
4 |
],
|
5 |
-
"auto_map": {
|
6 |
-
"AutoConfig": "custom_configuration.ResnetConfig",
|
7 |
-
"AutoModelForImageClassification": "custom_model.ResnetModelForImageClassification"
|
8 |
-
},
|
9 |
"avg_down": true,
|
10 |
"base_width": 64,
|
11 |
"block_type": "bottleneck",
|
|
|
2 |
"architectures": [
|
3 |
"ResnetModelForImageClassification"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"avg_down": true,
|
6 |
"base_width": 64,
|
7 |
"block_type": "bottleneck",
|