Open martync opened 6 years ago
Can you pull the latest code and try again?
Sorry for the late answer.
I've downgraded to Ubuntu 16.04 and Cuda 9.0 (still with torch 0.4.1)
Still had this error with the last vid2vid source.
I've downloaded the last flownet2 source (commit 532613d4fa46e544ddc309a8aa9e6b65dc91af21) and bash install.sh
ran successfully.
Don't know if it could help
I believe CUDA 8 is expected? At leasts that’s what I got working in my pull request #23
I encountered the same problem when I was using the Dockerfile in this repo.
I found it was because install.sh
was not executed successfully. (May be I didn't use nvidia-docker to build the image)
I used the following command to solve the problem.
cd models/flownet2_pytorch
bash install.sh
Hi,
I'm running this command :
python test.py --name label2city_2048 --loadSize 2048 --n_scales_spatial 3 --use_instance --fg --use_single_G
and I got this error :
I'm trying to fix this for hours now, no way.
Here is my
pip freeze
: