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