Commit
•
8f1b815
1
Parent(s):
31bb879
Correct "out_indices" and "out_features" fields in config (#1)
Browse files- Correct "out_indices" and "out_features" fields in config (662667f586346f628498f3228f8279ada26d7c51)
- Added first encoder layer to "out_indices" and "out_features" (5130c2cb9f811092bd8e2c425914cff39b79e9f9)
- Fixed model name/path in config. (e73ee63169474eb70eb8f03a977a7f6c79558ea7)
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_b1",
|
3 |
+
"out_features": [
|
4 |
+
"stage1",
|
5 |
"stage2",
|
6 |
"stage3",
|
7 |
"stage4"
|
8 |
],
|
9 |
+
"out_indices": [
|
10 |
+
0,
|
11 |
1,
|
12 |
2,
|
13 |
3
|