Raghavan commited on
Commit
7b90fbc
1 Parent(s): a9e2406

Upload 4 files

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -65,9 +65,15 @@
65
  "ops_order": "weight_bn_act",
66
  "out_channels": 64,
67
  "out_features": [
 
 
 
68
  "stage4"
69
  ],
70
  "out_indices": [
 
 
 
71
  4
72
  ],
73
  "output_attentions": false,
 
65
  "ops_order": "weight_bn_act",
66
  "out_channels": 64,
67
  "out_features": [
68
+ "stage1",
69
+ "stage2",
70
+ "stage3",
71
  "stage4"
72
  ],
73
  "out_indices": [
74
+ 1,
75
+ 2,
76
+ 3,
77
  4
78
  ],
79
  "output_attentions": false,