NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
Other
8.62k stars 1.2k forks source link

Clarify PyTorch and CUDA requirements #80

Closed clarle closed 3 years ago

clarle commented 5 years ago

Minor README update after some pain on my end trying to set it up.

If you're using PyTorch 0.4, you must use CUDA 9.0 or you'll get an error like the following if you're using CUDA 9.2:

undefined symbol: __cudaPopCallConfiguration

in models/flownet2_pytorch/networks/resample2d_package/_ext/resample2d/_resample2d.so

clarle commented 3 years ago

Closing due to no activity on this.