Closed Sangkwun closed 5 years ago
Hi,
pytorch-baidu-ctc was compiled with PyTorch 1.0.1. The nightly version is 1.1.0, and it seems that the new version has some missing symbols in the library. You have two options:
a) If you want to use pytorch-baidu-ctc with PyTorch 1.1.0 (nightly), clone this repository and install it from source. b) Install PyTorch 1.0.1 and use the pypi package.
I'm trying to install this library on custom Docker image. But It shows below error.
Below is my docker file.