Commit
•
85ccf16
1
Parent(s):
1351f8f
Fixed "out_indices" and "out_features" fields in config (#1)
Browse files- Fixed "out_indices" and "out_features" fields in config (dab84ad4ba0c556bb41ddcc3324c8cee442ad719)
- Added first encoder layer to "out_indices" and "out_features" (f1dfc46dfeef1dfd4106c27f0c6a9cc543fdcf25)
- Fixed model name/path (ea62a8cb3ba97e8bb16d58957b614fa72b9374ea)
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_b5",
|
3 |
+
"out_features": [
|
4 |
+
"stage1",
|
5 |
"stage2",
|
6 |
"stage3",
|
7 |
"stage4"
|
8 |
],
|
9 |
+
"out_indices": [
|
10 |
+
0,
|
11 |
1,
|
12 |
2,
|
13 |
3
|