Zasder3 / train-CLIP

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

In the wrapper.py, why I encounter the mistake that a class must be implemented #24

Closed xings-sdnu closed 2 years ago

xings-sdnu commented 2 years ago

NotImplementedError: train_dataloader must be implemented to be used with the Lightning Trainer

cmj5064 commented 2 years ago

Check this issue