Upload 3 files
Browse files- config.json +4 -1
config.json
CHANGED
@@ -201,7 +201,10 @@
|
|
201 |
256,
|
202 |
512
|
203 |
],
|
204 |
-
"image_size":
|
|
|
|
|
|
|
205 |
"initializer_range": 0.02,
|
206 |
"model_type": "textnet",
|
207 |
"out_features": [
|
|
|
201 |
256,
|
202 |
512
|
203 |
],
|
204 |
+
"image_size": [
|
205 |
+
640,
|
206 |
+
640
|
207 |
+
],
|
208 |
"initializer_range": 0.02,
|
209 |
"model_type": "textnet",
|
210 |
"out_features": [
|