Skip to content

Commit

Permalink
[Fix] Add notation of training setting of SegFormer (open-mmlab#1707)
Browse files Browse the repository at this point in the history
* [Fix] Add notation of training setting of SegFormer

* fix

* fix
  • Loading branch information
MengzhangLI authored Jun 27, 2022
1 parent 2921257 commit aa5fded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/segformer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,5 @@ if args.aug_test:
```

- Training of SegFormer is not very stable, which is sensitive to random seeds.

- We use default training setting in MMSegmentation rather than `RepeatDataset` adopted in SegFormer official repo to accelerate [training](https://github.com/NVlabs/SegFormer/blob/master/local_configs/_base_/datasets/ade20k_repeat.py#L38-L39), here is its related [issue](https://github.com/NVlabs/SegFormer/issues/25).

0 comments on commit aa5fded

Please sign in to comment.