githubharald / CTCWordBeamSearch

Connectionist Temporal Classification (CTC) decoder with dictionary and language model.

Home Page:https://harald-scheidl.medium.com/b051d28f3d2e

Repository from Github https://github.comgithubharald/CTCWordBeamSearchRepository from Github https://github.comgithubharald/CTCWordBeamSearch

testCustomOp.py error

DucLong06 opened this issue · comments

Hi Harald
i use :
ubuntu 18.04
tensorflow 1.5.0
python 3.6.5
gcc version 7.5.0
i run buildTF.sh done
next i run testCustomOp.py but i had a error :

Mini example:
Label string: [1 0 3]
Char string: "ba"
Traceback (most recent call last):
  File "testCustomOp.py", line 92, in <module>
    testRealExample()
  File "testCustomOp.py", line 81, in testRealExample
    res = testCustomOp(mat, corpus, chars, wordChars)
  File "testCustomOp.py", line 24, in testCustomOp
    assert len(chars) + 1 == mat.shape[2]
AssertionError

Can you help me ?
thanks you
Long

as the line numbers do not match the actual line numbers of the "assert", I guess you changed the code!? Please use exactly the version from this repo.

thank you so much