liutinglt / CE2P

214 stars 41 forks source link

How cam build "evluate.py" #45

Open ghost opened 4 years ago

ghost commented 4 years ago

/home/mj/anaconda3/envs/CE2P/bin/python3.6 "/media/mj/MJ/01_MJ_PhD/ubuntu/CE2P-master (2)/evaluate.py" Traceback (most recent call last): File "/media/mj/MJ/01_MJ_PhD/ubuntu/CE2P-master (2)/evaluate.py", line 6, in from networks.CE2P import Res_Deeplab File "/media/mj/MJ/01_MJ_PhD/ubuntu/CE2P-master (2)/networks/CE2P.py", line 13, in from libs import InPlaceABN, InPlaceABNSync File "/media/mj/MJ/01_MJ_PhD/ubuntu/CE2P-master (2)/libs/init.py", line 1, in from .bn import ABN, InPlaceABN, InPlaceABNWrapper, InPlaceABNSync, InPlaceABNSyncWrapper File "/media/mj/MJ/01_MJ_PhD/ubuntu/CE2P-master (2)/libs/bn.py", line 15, in from .functions import inplace_abn, inplace_abn_sync File "/media/mj/MJ/01_MJ_PhD/ubuntu/CE2P-master (2)/libs/functions.py", line 5, in from . import _ext File "/media/mj/MJ/01_MJ_PhD/ubuntu/CE2P-master (2)/libs/_ext/init.py", line 3, in from .__ext import lib as _lib, ffi as _ffi ImportError: /media/mj/MJ/01_MJ_PhD/ubuntu/CE2P-master (2)/libs/_ext/ext.so: undefined symbol: cudaPopCallConfiguration

eng100200 commented 3 years ago

did you solve this?