mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* Update swin_transformer.py fix bug; layer_norm 0,1,2,3 will be the same and resulted in an error when out_indices dict exceed one element. * fix bug, layer_norm 0,1,2,3 * Add unit tests for multiple out_indices Co-authored-by: cxiang26 <cq.xiang@foxmail.com> Co-authored-by: mzr1996 <mzr1996@163.com>