Commit
•
b4eb98c
1
Parent(s):
e787234
Fixed "out_indices" and "out_features" in config (#1)
Browse files- Fixed "out_indices" and "out_features" in config (0e9c4387342c1ee8162a5094391bfe3415084bb9)
- Added first encoder layer to "out_indices" and "out_features" (a2781b1145f03a7e2b2bd2f3b8d20df87f65a627)
- Fixed model name/path in config (5395c47fefbb326e0a0fb29e8832fdbc6a7bb2e9)
Co-authored-by: Nate <FoamoftheSea@users.noreply.huggingface.co>
- 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_b2",
|
3 |
+
"out_features": [
|
4 |
+
"stage1",
|
5 |
"stage2",
|
6 |
"stage3",
|
7 |
"stage4"
|
8 |
],
|
9 |
+
"out_indices": [
|
10 |
+
0,
|
11 |
1,
|
12 |
2,
|
13 |
3
|