Skip to content
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

Getting error while running ./run_evaluate.sh #36

Open
saket-m opened this issue Oct 1, 2019 · 1 comment
Open

Getting error while running ./run_evaluate.sh #36

saket-m opened this issue Oct 1, 2019 · 1 comment

Comments

@saket-m
Copy link

saket-m commented Oct 1, 2019

Traceback (most recent call last):
File "evaluate.py", line 6, in
from networks.CE2P import Res_Deeplab
File "/home/saket/vision/semantic-segmentation/CE2P/networks/CE2P.py", line 13, in
from libs import InPlaceABN, InPlaceABNSync
File "/home/saket/vision/semantic-segmentation/CE2P/libs/init.py", line 1, in
from .bn import ABN, InPlaceABN, InPlaceABNWrapper, InPlaceABNSync, InPlaceABNSyncWrapper
File "/home/saket/vision/semantic-segmentation/CE2P/libs/bn.py", line 15, in
from .functions import inplace_abn, inplace_abn_sync
File "/home/saket/vision/semantic-segmentation/CE2P/libs/functions.py", line 5, in
from . import _ext
File "/home/saket/vision/semantic-segmentation/CE2P/libs/_ext/init.py", line 3, in
from .__ext import lib as _lib, ffi as _ffi
ImportError: /home/saket/vision/semantic-segmentation/CE2P/libs/_ext/__ext.so: undefined symbol: __cudaPopCallConfiguration

I've followed the steps mentioned in the README.md file and it seems I've not compiled the file properly.
I'm using pytorch 0.4.1.
Please help me.

@liutinglt
Copy link
Owner

@saket-m I just test it on cuda 9.0, you can try to use the same cuda version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants