Zasder3 / train-CLIP

A PyTorch Lightning solution to training OpenAI's CLIP from scratch.
MIT License
653 stars 78 forks source link

How to wirte the inference code #21

Open lucheng07082221 opened 2 years ago

lucheng07082221 commented 2 years ago

Hi: thank you very much for share your good code, i had trained the RN50 model with the CustomCLIPWrapper and I want to know how to write the inference code?

thank you very much for your apply!