Open linjieyangsc opened 5 years ago
@linjieyangsc What does that mean? How to change it?
@FinalFlowers sorry for the confusion. You need to edit this file in your python instsall path
[python_lib_path]/site-packages/mmcv/runner/checkpoint.py
And modify the Line53 with the above changes.
Hi!Thanks for reminding this problem! I wonder which version of mmcv do you use?
When using mmcv to load pytorch model with unmatched weight dimensions, it will raise an exception. Make the following change to load such a model.