Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Including a note on the TF/Keras models #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ This should give
## Training
See [TRAINING.md](TRAINING.md) for training and fine-tuning instructions.

## TensorFlow / Keras models
Apart from the isotropic models, a total of 15 ConvNeXt models are available in TensorFlow / Keras. You can find them here:
[sayakpaul/ConvNeXt-TF](https://github.com/sayakpaul/ConvNeXt-TF).

## Acknowledgement
This repository is built using the [timm](https://github.com/rwightman/pytorch-image-models) library, [DeiT](https://github.com/facebookresearch/deit) and [BEiT](https://github.com/microsoft/unilm/tree/master/beit) repositories.

Expand Down