Converting additional models from ConvNext repo to Hugging Face
#1
by
alexliao
- opened
Hi! I have been using the ConvNext models available on Hugging Face now with success, but I would like to try out some of the other pre-trained models (convnext-small-384-22k-1k for example) that are available on the ConvNext repo. What's the process for converting the .pth files to the .bin files that we see here?
Hi,
Thanks for your interest in ConvNeXt :) oh it seems they released some new checkpoints which weren't available at the time I ported the model. We can extend this conversion script to port the new checkpoints
Thanks for the pointer! I was able to get it working :)
alexliao
changed discussion status to
closed