Zasder3 / train-CLIP

A PyTorch Lightning solution to training OpenAI's CLIP from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation dataloader

deadpipe opened this issue · comments

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