Zasder3 / train-CLIP

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

About Training #40

Open YangGangZhiQi opened 5 months ago

YangGangZhiQi commented 5 months ago

Thanks for the awesome implementation! After training in my own datasets, the classification acc1 of model is bad. I do not know how to analysis the problem. When finetuning CLIP, is there some criterion to measure whether the model has been trained well? Thanks for your answers ahead of time.