Zasder3 / train-CLIP

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

Validation dataloader #39

Open deadpipe opened 8 months ago

deadpipe commented 8 months ago

Hello

Is there a way to include data for validation while training? the readme suggests passing the --folder argument. do i have to make a validation folder within the data directory?

Your help would be highly appreciated