czczup FoamoftheSea commited on
Commit
9d46746
1 Parent(s): bd744d1

Fixed "out_indices" and "out_features" fields in config (#1)

Browse files

- Fixed "out_indices" and "out_features" fields in config (8e50da03c79ffa19c00f6f72e99b6cc0769d944e)
- Added first encoder layer to "out_indices" and "out_features" (737b0d31a055a0fc201fd9e6588a80a3dc919311)
- Fixed model name/path (6cec28e9dc5cb44625dfe3c57b5ddba8dd6e0393)


Co-authored-by: Nate <[email protected]>

Files changed (1) hide show
  1. config.json +5 -3
config.json CHANGED
@@ -1,11 +1,13 @@
1
  {
2
- "_name_or_path": "FoamoftheSea/pvt_v2_b4",
3
- "_out_features": [
 
4
  "stage2",
5
  "stage3",
6
  "stage4"
7
  ],
8
- "_out_indices": [
 
9
  1,
10
  2,
11
  3
 
1
  {
2
+ "_name_or_path": "OpenGVLab/pvt_v2_b4",
3
+ "out_features": [
4
+ "stage1",
5
  "stage2",
6
  "stage3",
7
  "stage4"
8
  ],
9
+ "out_indices": [
10
+ 0,
11
  1,
12
  2,
13
  3