mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* Fix for MMCLS1.x not being able to get classes information in checkpoint during inference Let MMCLS1.x get classes information from checkpoint during inference instead of using imagenet classes initialization * Update inference.py