NVIDIA / vid2vid

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

rm: cannot remove 'Resample2d_kernel.o': No such file or directory #16

Closed yxandam closed 5 years ago

yxandam commented 6 years ago

when i run dreamer@FD:~/Documents/vid2vid-master$ python scripts/download_flownet2.py i got

Compiling correlation kernels by nvcc...
Compiling resample2d kernels by nvcc...
rm: cannot remove 'Resample2d_kernel.o': No such file or directory
In file included from /home/dreamer/.local/lib/python3.5/site-packages/torch/lib/include/THC/THCGeneral.h:5:0,
                 from /home/dreamer/.local/lib/python3.5/site-packages/torch/lib/include/THC/THC.h:4,
                 from Resample2d_kernel.cu:1:
/home/dreamer/.local/lib/python3.5/site-packages/torch/lib/include/TH/THAllocator.h:6:28: fatal error: ATen/Allocator.h: No such file or directory
compilation terminated.
Compiling channelnorm kernels by nvcc...
rm: cannot remove 'ChannelNorm_kernel.o': No such file or directory
In file included from /home/dreamer/.local/lib/python3.5/site-packages/torch/lib/include/THC/THCGeneral.h:5:0,
                 from /home/dreamer/.local/lib/python3.5/site-packages/torch/lib/include/THC/THC.h:4,
                 from ChannelNorm_kernel.cu:1:
/home/dreamer/.local/lib/python3.5/site-packages/torch/lib/include/TH/THAllocator.h:6:28: fatal error: ATen/Allocator.h: No such file or directory
compilation terminated.

what should i do?

whitelok commented 6 years ago

just rerun python scripts/download_flownet2.py. It will comes normal.

yxandam commented 6 years ago

thinks