mmpretrain/tests/test_models/test_utils
takuoko c1534f9126
[Feature] Support resizemix. (#676)
* add resizemix

* skip torch.__version__ < 1.7.0

* Update mmcls/models/utils/augment/resizemix.py

Co-authored-by: Ma Zerun <mzr1996@163.com>

* Update mmcls/models/utils/augment/resizemix.py

Co-authored-by: Ma Zerun <mzr1996@163.com>

* resize -> F.interpolate

* fix docs

* fix test

* add Copyright

* add argument interpolation

Co-authored-by: Ma Zerun <mzr1996@163.com>
2022-03-07 12:11:20 +08:00
..
test_attention.py [Enhance] Support dynamic input shape for ViT-based algorithms. (#706) 2022-03-03 13:10:12 +08:00
test_augment.py [Feature] Support resizemix. (#676) 2022-03-07 12:11:20 +08:00
test_embed.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
test_inverted_residual.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
test_misc.py Bump version to v0.19.0 (#623) 2021-12-31 12:55:47 +08:00
test_position_encoding.py [Feature] Add Twins backbone and convert checkpoints. (#642) 2022-01-27 10:25:05 +08:00
test_se.py [Enhance] Upgrade isort pre-commit hooks. (#687) 2022-02-17 02:17:20 +08:00