Haritha Thilakarathne

Results 4 comments of Haritha Thilakarathne

Having the same issue. Any work arounds to solve this?

Since am having the same error, I downgraded PyTorch from 1.9 to 1.8. Now it's throwing a CUDA error. Could you please specify which CUDA version to use?

I used a Docker container with the said environment configurations which run smoothly. Adding it here for anyone's reference. ``` FROM nvidia/cuda:10.2-devel-ubuntu16.04 # Install some basic utilities RUN apt-get update...