Hyejin Park

Results 2 issues of Hyejin Park

Hi, I am trying to train lightvit tiny model, but I faced this issue. What is the `mc module` that you mentioned in the code? > bash tools/dist_train.sh 2 configs/strategies/lightvit/config.yaml...

https://github.com/AberHu/Knowledge-Distillation-Zoo/blob/65470c846c1300d555815da26999cbe2b51fc815/kd_losses/lwm.py#L29C3-L29C74 I found that `weights_t` should be multiplied to `fm_t` to generate the grad-cam. `cam_t = torch.sum(torch.mul(weights_t, grad_fm_t), dim=1, keepdim=True)`