joaogante HF staff commited on
Commit
a6bc8c0
1 Parent(s): 2365950

Update transformers architecture class

Browse files

Update SegformerForImageSegmentation to SegformerForSemanticSegmentation, as the former does not exist.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "SegformerForImageSegmentation"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
  "classifier_dropout_prob": 0.1,
1
  {
2
  "architectures": [
3
+ "SegformerForSemanticSegmentation"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
  "classifier_dropout_prob": 0.1,