Closed Weiyun1025 closed 1 year ago
Thank you for your issue.
This bug is casued by some problems of the TimmClassifier
class in mmcls
.
I have submitted a PR to mmcls
to address this bug.
You can replace the original file in mmcls with the timm.py
file in my PR to solve this bug.
Please let me know if there still exits any problems.
Thank you for your issue.
This bug is casued by some problems of the
TimmClassifier
class inmmcls
. I have submitted a PR tommcls
to address this bug. You can replace the original file in mmcls with thetimm.py
file in my PR to solve this bug.Please let me know if there still exits any problems.
Thank you for your response. That successfully solve my problem.
Describe the bug
if the architecture or teacher of
SingleTeacherDistill
is a instance ofTimmClassifier
, the ckpt can not be load correctly.To Reproduce
Config