Skip to content

Commit 4d0eb36

Browse files
authored
[Fix] Add notation of training setting of SegFormer (open-mmlab#1707)
* [Fix] Add notation of training setting of SegFormer * fix * fix
1 parent b4556da commit 4d0eb36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/segformer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,5 @@ if args.aug_test:
123123
```
124124

125125
- Training of SegFormer is not very stable, which is sensitive to random seeds.
126+
127+
- 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 commit comments

Comments
 (0)