savankamahina
commited on
Commit
•
3cb56e3
1
Parent(s):
5187904
Update config.json
Browse files"image_size" converted to array
- config.json +4 -4
config.json
CHANGED
@@ -123,10 +123,10 @@
|
|
123 |
"0": "LABEL_0",
|
124 |
"1": "LABEL_1"
|
125 |
},
|
126 |
-
"image_size":
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
"initializer_range": 0.02,
|
131 |
"is_decoder": false,
|
132 |
"is_encoder_decoder": false,
|
|
|
123 |
"0": "LABEL_0",
|
124 |
"1": "LABEL_1"
|
125 |
},
|
126 |
+
"image_size": [
|
127 |
+
960,
|
128 |
+
720
|
129 |
+
],
|
130 |
"initializer_range": 0.02,
|
131 |
"is_decoder": false,
|
132 |
"is_encoder_decoder": false,
|