HawkAaron / warp-transducer

A fast parallel implementation of RNN Transducer.
Apache License 2.0
307 stars 124 forks source link

import error when use warp_rnnt #67

Open shunfeichen opened 4 years ago

shunfeichen commented 4 years ago

Hi! when I finished install warp-transducer ,and pytorch_binding, I run python test.py ,it happen the problem "ImportError :dynamic module does not define module export function(PyInit_warp_rnnt)" who can help me solve it? Thank you. my gcc = 4.9.3 pytorch=1.0.0 python=3.6

HawkAaron commented 4 years ago

Please run test.py outside the pytorch_binding dir.

shunfeichen commented 4 years ago

Please run test.py outside the pytorch_binding dir.

It still failed.