Closed sbetzin closed 4 years ago
Yeah, updated the environment.yml to the next version of pytorch and torchvision and it worked
name: pytorch-nst
channels:
- defaults
- pytorch
dependencies:
- python=3.7.6
- pip=20.0.2
- matplotlib=3.1.3
- pytorch==1.5.0
- torchvision=0.6.0
- pip:
- numpy==1.18.1
- opencv-python==4.2.0.32
Hi Aleksa,
thanks for this fantastic python implementation. I tried to get it to run under Windows 10 with an NVIDIA GPU. I am failing with the error:
my nvidia-smi provides
For me it seems that the version of the installed cuda toolkit and the version that pytorch requires are different? Sorry, I am just about to start to learn with python an cuda....
Thank you
Sebastian