mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* [Enhance] Add stochastic depth decay rule in resnet. (#1363) * add stochastic depth decay rule to drop path rate * add default value * update * pass ut * update * pass ut * remove np * rebase * update ToPIL and ToNumpy * rebase * rebase * rebase * rebase * add readme * fix review suggestions * rebase * fix conflicts * fix conflicts * fix lint * remove comments * remove useless code * update docstring * update doc API * update doc --------- Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>