sayakpaul / ConvNeXt-TF

Includes PyTorch -> Keras model porting code for ConvNeXt family of models with fine-tuning and inference notebooks.

Home Page:https://tfhub.dev/sayakpaul/collections/convnext/1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model arguments for get_convnext_model.

vafaei-ar opened this issue · comments

Hi there.

May you provide the arguments for "get_convnext_model" function to produce similar models to the lists here:
https://github.com/facebookresearch/ConvNeXt#results-and-pre-trained-models

In particular, I need them to generate "convnext_base_1k_224" and "convnext_xlarge_21k_1k_224".