In ICLR'2024.
This is the unofficial PyTorch implementation of LEMON: lossless model expansion. We provide our reimplemented code for
-
Folder
cnn
:ResNet on ImageNet.
-
Folder
vit
:Vision Transformer on the ImageNet.
-
Folder
lm
:BERT on the English Wikipedia.
If you find our project useful, please consider citing our paper:
@inproceedings{wang2023lemon,
title={LEMON: Lossless model expansion},
author={Wang, Yite and Su, Jiahao and Lu, Hanlin and Xie, Cong and Liu, Tianyi and Yuan, Jianbo and Lin, Haibin and Sun, Ruoyu and Yang, Hongxia},
booktitle={The Twelfth International Conference on Learning Representations},
year={2023}
}
We would like to thank the codebase of:
-
Vokenization: https://github.com/airsplay/vokenization
-
PyTorch: https://github.com/pytorch/vision/blob/main/references/classification/train.py
Since this is a re-implemented version, it may contain bugs. Please contact Yite Wang at yitew2@illinois.edu.