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
792 stars 121 forks source link

code problem #36

Closed Aukk123 closed 1 year ago

Aukk123 commented 1 year ago

Hello, when reproducing your code, the results printed out include the top-1 and top-5 accuracies for each epoch, is this the accuracy of the student network or the teacher network or the distilled student network? At the end, a best_acc is also given, whose best_acc is this result?I would be grateful for your reply.

Zzzzz1 commented 1 year ago

It's the accuracy of the distilled student network.