Update first_conv in config.json
#1
by
Cinq108
- opened
- config.json +1 -1
config.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
8,
|
31 |
8
|
32 |
],
|
33 |
-
"first_conv":
|
34 |
"classifier": "head.fc"
|
35 |
}
|
36 |
}
|
|
|
30 |
8,
|
31 |
8
|
32 |
],
|
33 |
+
"first_conv": ['stem.0.conv_scale.conv', 'stem.0.conv_kxk.0.conv'],
|
34 |
"classifier": "head.fc"
|
35 |
}
|
36 |
}
|