awni/speech

2 errors in ctc_test.py

fs94007 opened this issue · 1 comments

In test_ctc_model function:
> assert out.size()[2] == output_dim
E assert 11L == 10
And in test_argmax_decode:
> assert CTC.max_decode(pre) == post
E TypeError: max_decode() takes exactly 2 arguments (1 given)
There's also a warning.
Full log is attached.
error.txt

awni commented

Thanks for the heads up. I fixed the issues with the test (commit fac51ce). They should all be passing now.