Commit
•
bafa29f
1
Parent(s):
523f2ba
Update "out_indices" and "out_features" fields in config for compatibility with new code (#1)
Browse files- Update "out_indices" and "out_features" fields in config for compatibility with new code (6a7a23dc1d221f1f7d3a58ec33e2137a39da0cdf)
- Fixed model name/path in config. (25198515fd7daf5f804dce94c087b6f9789f866d)
Co-authored-by: Nate <FoamoftheSea@users.noreply.huggingface.co>
- config.json +3 -3
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"
|
4 |
"stage1",
|
5 |
"stage2",
|
6 |
"stage3",
|
7 |
"stage4"
|
8 |
],
|
9 |
-
"
|
10 |
0,
|
11 |
1,
|
12 |
2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "OpenGVLab/pvt_v2_b0",
|
3 |
+
"out_features": [
|
4 |
"stage1",
|
5 |
"stage2",
|
6 |
"stage3",
|
7 |
"stage4"
|
8 |
],
|
9 |
+
"out_indices": [
|
10 |
0,
|
11 |
1,
|
12 |
2,
|