FoamoftheSea commited on
Commit
ae0742c
1 Parent(s): c7e072b

Fixed "out_indices" and "out_features" fields in config.

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -1,11 +1,13 @@
1
  {
2
  "_name_or_path": "FoamoftheSea/pvt_v2_b1",
3
- "_out_features": [
 
4
  "stage2",
5
  "stage3",
6
  "stage4"
7
  ],
8
- "_out_indices": [
 
9
  1,
10
  2,
11
  3
 
1
  {
2
  "_name_or_path": "FoamoftheSea/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