facebookresearch / ConvNeXt

Code release for ConvNeXt model
MIT License
5.78k stars 696 forks source link

How to eval my model on custom data #75

Closed anonymoussss closed 2 years ago

anonymoussss commented 2 years ago

Hello, I have trained a convnext_base model on my custom dataset, how to evaluate the best model on my dataset instead of imagenet? can you tell me where is the code to load the trained model?