megvii-research / mdistiller

The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distillation-Oriented Trainer https://openaccess.thecvf.com/content/ICCV2023/papers/Zhao_DOT_A_Distillation-Oriented_Trainer_ICCV_2023_paper.pdf
807 stars 123 forks source link

code question #41

Closed Aukk123 closed 1 year ago

Aukk123 commented 1 year ago

Is there a caching mechanism? Why is the code of the error line reported when running the code has been modified and still reports the previous error?

Zzzzz1 commented 1 year ago

Please make sure that you run the command python3 setup.py develop instead of python3 setup.py install to install the mdistiller lib.