Commit
•
9805c8b
1
Parent(s):
243cbfd
Fixed "out_indices" and "out_features" fields in config (#1)
Browse files- Fixed "out_indices" and "out_features" fields in config (1b580c943d5b1df9e9786caca4f3ef978ae95cb9)
- Added first encoder layer to "out_indices" and "out_features" (a924444d6cfcfc9e8a1ea37b9844fd999054735d)
- Fixed model name/path (84df86a2576b8263bad02d48edebb05129ff0311)
Co-authored-by: Nate <[email protected]>
- config.json +5 -3
config.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"
|
|
|
4 |
"stage2",
|
5 |
"stage3",
|
6 |
"stage4"
|
7 |
],
|
8 |
-
"
|
|
|
9 |
1,
|
10 |
2,
|
11 |
3
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "OpenGVLab/pvt_v2_b3",
|
3 |
+
"out_features": [
|
4 |
+
"stage1",
|
5 |
"stage2",
|
6 |
"stage3",
|
7 |
"stage4"
|
8 |
],
|
9 |
+
"out_indices": [
|
10 |
+
0,
|
11 |
1,
|
12 |
2,
|
13 |
3
|