mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* Refector label smooth loss, now support mode `original`, `classy_vision` and `multi_label`. * Add unittests for label smooth loss. * Improve docstring of LSR