-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flownet2_pytorch resample2d_cuda error #39
Comments
Same problem. |
You need to compile the flownet module. I believe it's mentioned in the readme.md |
Thank you for your quick reply! I have run bash install.sh to install flownet successfully. But I still got
I use python3.7, pytorch 1.2.0, torchvision 0.4.0, cuda 10.0, gcc4.9 |
If you have installed flownet successfully, I don't think the problem is with the setup. I ran it on almost the same setup but with python 3.6 and pip |
There are no errors when I run bash install.sh for flownet2-pytorch. But when I import resample2d_cuda an error came out
Is it a pytorch-version problem? I used pytorch1.2.0 cuda-10.0/cuda-9.2. |
The problem is solved. python3.6 is OK. |
Go to the folder: and run the commands: in that order, fixed it for me. |
I follow all of your configurations but I am getting errors about the apex package. Could you please help? ####################ERROR######## ######################## |
@mamunctg I also encountered this problem. How did you solve it? |
Has anyone encountered this error?
ImportError: /root/miniconda/envs/py36/lib/python3.6/site-packages/resample2d_cuda-0.0.0-py3.6-linux-x86_64.egg/resample2d_cuda.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19NonVariableTypeMode10is_enabledEv
my environment:
Docker:nvidia/cuda:9.2-cudnn7-devel-ubuntu18.04-py3.6.10
torch:1.2.0
The text was updated successfully, but these errors were encountered: