From 441daa1392f128beb2ca9613b5bc7af49f067bba Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Mon, 31 Jan 2022 11:27:47 +0530 Subject: [PATCH] chore: added a note on tf/keras models --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 54361dbe4..fbbe1d01b 100644 --- a/README.md +++ b/README.md @@ -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.