Closed ans92 closed 8 months ago
There was an issue in clip. My torch and torchvision are not compatible with each other. You can take help from this page: https://pypi.org/project/torchvision/
I installed the torch and torchvision through this link:
pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu117
And it resolved the issue of clip. But I am still getting the issue of cuda out of memory. For this I reduced the batch size to 4.
Hi, Thank you for great work and also sharing code with us. I am trying to run the code but I am getting the error. I am getting the following output when running the train.py file:
The first line of error is due to importing clip so I think clip is not importing properly. Secondly I am getting cuda out of memory on smaller ut-zappos dataset. I am using RTX 3080 Ti (12GB) and it is close to your used gpu so I think it should not be out of memory. Can you please help me in this regard.
Please note that I have used requirements.txt file to install clip. I do not have conda and also I can not install it as I do not have admin access.