Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
VainF authored Jul 7, 2024
1 parent 98a23ed commit 73c3415
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -117,16 +117,15 @@ The pruned model will be saved as a ``.pth`` file with the model definition. We
python evaluate.py --model PATH_TO_PRUNED_MODEL --interpolation bicubic
```

## Known Issues

The ConvNext models in our paper were finetuned using the [official implementation](https://github.com/facebookresearch/ConvNeXt). We provide an isolated script ``convnext_train.py`` for ConvNext finetuning and will unify the training scripts in the future.

## Results on DeiT

<div align="center">
<img src="assets/exp_deit.png" width="90%">
</div>

## Known Issues

The ConvNext models in our paper were finetuned using the [official implementation](https://github.com/facebookresearch/ConvNeXt). We provide an isolated script ``convnext_train.py`` for ConvNext finetuning and will unify the training scripts in the future.

## Acknowledgement

0 comments on commit 73c3415

Please sign in to comment.