Commit
•
593523b
1
Parent(s):
797fa14
Add hidden_sizes config attribute (#1)
Browse files- Add hidden_sizes config attribute (94eca8289c1fdb784c4e50488e1b7b8c88de3737)
Co-authored-by: Alara Dirik <[email protected]>
- config.json +6 -0
config.json
CHANGED
@@ -8,6 +8,12 @@
|
|
8 |
6,
|
9 |
2
|
10 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"drop_path_rate": 0.1,
|
12 |
"embed_dim": 96,
|
13 |
"encoder_stride": 32,
|
|
|
8 |
6,
|
9 |
2
|
10 |
],
|
11 |
+
"hidden_sizes": [
|
12 |
+
192,
|
13 |
+
384,
|
14 |
+
768,
|
15 |
+
768
|
16 |
+
],
|
17 |
"drop_path_rate": 0.1,
|
18 |
"embed_dim": 96,
|
19 |
"encoder_stride": 32,
|