cs-kd icon indicating copy to clipboard operation
cs-kd copied to clipboard

Regularizing Class-wise Predictions via Self-knowledge Distillation (CVPR 2020)

Results 4 cs-kd issues
Sort by recently updated
recently updated
newest added

Hi , I have a question regarding CUB200 dataset. In your code you work with this dataset as if it has two subfolders, train and test but the original data...

I'm reproducing this paper and code and I have one question. At `model/resnet.py`, I think that bn-relu are duplicated in PreAct ResNet18. ```python def CIFAR_ResNet18(pretrained=False, **kwargs): return CIFAR_ResNet(PreActBlock, [2,2,2,2], **kwargs)...

![image](https://user-images.githubusercontent.com/16919236/95169910-364fbd00-07e6-11eb-8435-c461597cbcd7.png) Is this randomly sampled x' nessesary? Have you try using half of the x as student and another half of x as teaher for cs-kd loss and using the...

Hi, Thanks for sharing the code, The comparison experiment in your paper includes DDGSD method, can you provide the code? Your reply will be higly appreciated! Best