FoamoftheSea commited on
Commit
cac2a9d
·
1 Parent(s): b1c474c

Update config.json

Browse files

Switched from "attn_reduce" to "linear_attention" param

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -14,7 +14,7 @@
14
  "PvtV2ForImageClassification"
15
  ],
16
  "attention_probs_dropout_prob": 0.0,
17
- "attn_reduce": "SR",
18
  "depths": [
19
  3,
20
  4,
 
14
  "PvtV2ForImageClassification"
15
  ],
16
  "attention_probs_dropout_prob": 0.0,
17
+ "linear_attention": false,
18
  "depths": [
19
  3,
20
  4,