NVIDIA / vid2vid

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

Correct lib version for the project #148

Open wulie88 opened 4 years ago

wulie88 commented 4 years ago

Someone can provide a valid requirements.txt file for the project.

How to downgrade to the proper version? I've failed downgrade from latest numpy 1.18.0 to 1.11.0 with relation issues.

Env: Ubuntu 20.04 CUDA: 10.0

Thanks!

scarymrgrey commented 4 years ago

Please share requirements.txt file if you have such! Thanks!

sheiun commented 3 years ago

@wulie88 @scarymrgrey numpy==1.16 works for me!