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
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
tried on Ubuntu 16.04, GCC 5.4.0, facing the same issue
The text was updated successfully, but these errors were encountered:
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)
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
tried on Ubuntu 16.04, GCC 5.4.0, facing the same issue
The text was updated successfully, but these errors were encountered: