tjddus9597 / LabelRelaxation-CVPR21

Official PyTorch Implementation of Embedding Transfer with Label Relaxation for Improved Metric Learning, CVPR 2021
MIT License
41 stars 6 forks source link

Code for the application of your method to the image classification task #3

Closed kejie-cn closed 2 years ago

kejie-cn commented 3 years ago

Hello, thanks for your great work, could you please also provide the code for the application of your method to the image classification task?

tjddus9597 commented 2 years ago

I'm really sorry for the late reply. Image classification experiment was performed by putting the code of our loss in the code of the CRD repository, which is an great repository for knowledge distillation (RepDistiller: CRD repository)

You only need to modify the names of the variables in the code, and there will not be much to modify. If you need related experiments, please refer to the repository above. We will upload the code for image classification later. Thanks for your interest. :)