找到warp-tranducer-master/src/rnnt_entrypoint.cu文件,打开文件你会发现,只有一行代码:rnnt_entrypoint.cpp。删除这行代码,将wrap-transducer-master/src/rnnt_entrypoint.cpp中的内容复制到warp-transducer-master/src/rnnt_entrypoint.cu中,然后重新m
The problem remains when I run test.py outside the pytorch_binding dir. Besides, the same error occurs when I run the other code that call the RNNTLoss object. Actually I annotated line 6 in pytorch_binding/warprnnt_pytorch/init.py, otherwise another error will occur: Traceback (most re...