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

可视化问题 #65

Open ckyg2357 opened 6 months ago

ckyg2357 commented 6 months ago

在使用可视化工具时,提示 FileNotFoundError: [Errno 2] No such file or directory: '../../download_ckpts/kd_resnet8x4',请问这个是怎么获得的呢

ckyg2357 commented 6 months ago

现在有两个问题 1、我在下载checkpoints后运行t-sne正常,但是运行correlation时程序会卡死; 2、如果我用其他模型,是否可以直接使用这两个可视化工具?