Closed ans92 closed 8 months ago
I also encountered the same issue, which may be caused by the PyTorch version. When I used pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1
in a conda environment with Python 3.8, there were no errors. Alternatively, you can refer to the author's suggestion in the setup to install all dependencies using pip install -r requirements.txt
.
Let me know if this issue is still not resolved. Closing this issue for now.
Hi, I am facing an error as follows:
attr_idx on line 56 is in cuda that is I think causing issues. Can you please help me about this? Thank you for your help.