Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
"model_type": "resnet",
|
3 |
"outputs": 5,
|
4 |
-
"transformers_version": "2.17.2"
|
|
|
|
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"model_type": "resnet",
|
3 |
"outputs": 5,
|
4 |
+
"transformers_version": "2.17.2",
|
5 |
+
"input_size" = [512,512]
|
6 |
+
"pretrained": true,
|
7 |
+
"freeze_convolutional": true
|
8 |
}
|