baidu-research / warp-ctc

Fast parallel CTC.
Apache License 2.0
4.06k stars 1.04k forks source link

inf_test failed #152

Open ni1lloc opened 4 years ago

ni1lloc commented 4 years ago

I'm trying to compile warp-ctc on CentOS 7, both cpu_test and gpu_test fails. The cost in inf_test is a positive float. Have tried adding softmax before loss function, but it didn't help. latest master, compiled with GCC 4.8.5 image

tried on Ubuntu 16.04, GCC 5.4.0, facing the same issue

light201212 commented 4 years ago

I got the same error,did you sovle it?

zoidburg commented 4 years ago

Met the same problem with the master branch. I checked the v1 stable version tests, the cpu tests passed but the gpu tests failed in the small_test case.

Running GPU tests terminate called after throwing an instance of 'std::runtime_error' what(): Error: compute_ctc_loss in small_test, stat = execution failed Aborted (core dumped)