You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am trying to link warp-ctc to pytorch preview version, but I got this error:
Traceback (most recent call last):
File "chineseocr/train_ocr.py", line 14, in <module>
from warpctc_pytorch import CTCLoss
File "/home/jerry/anaconda3/envs/ocr_1.5/lib/python3.6/site-packages/warpctc_pytorch-0.1-py3.6-linux-x86_64.egg/warpctc_pytorch/__init__.py", line 6, in <module>
from ._warp_ctc import *
ImportError: /home/jerry/anaconda3/envs/ocr_1.5/lib/python3.6/site-packages/warpctc_pytorch-0.1-py3.6-linux-x86_64.egg/warpctc_pytorch/_warp_ctc.cpython-36m-x86_64-linux-gnu.so: undefined symbol: THPVariableClass
May I know how to solve this? Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi. I am trying to link warp-ctc to pytorch preview version, but I got this error:
May I know how to solve this? Thanks for your help
The text was updated successfully, but these errors were encountered: