The paper link is https://arxiv.org/abs/2404.12711
The code is built on mdistiller.
- To update the code that records the temperature in training.
- To update the analysis code.
- Release other network models. (Such as ResNetXXX)
Environments:
- Python 3.8
- PyTorch 1.7.0
Install the package:
sudo pip3 install -r requirements.txt
sudo python3 setup.py develop
For more details please refer to https://github.com/megvii-research/mdistiller
-
Download the
cifar_teachers.tar
at https://github.com/megvii-research/mdistiller/releases/tag/checkpoints and untar it to./download_ckpts
viatar xvf cifar_teachers.tar
.python3 tools/train_ours.py --cfg configs/cifar100/dtkd/res32x4_res8x4.yaml
- Sincere gratitude to the contributors of mdistiller for your distinguished efforts.
YuKang Wei: [email protected]