Official implementation for (Refine Myself by Teaching Myself : Feature Refinement via Self-Knowledge Distillation, CVPR-2021)
96
stars
25
forks
source link
The upsampling interpolation method of the paper is different with the code #9
Open
dlam4h opened 2 years ago
The upsampling method in the paper is bilinear interpolation, but the nearest neighbor is uesed in the code. Will this affect the results?