githubharald / CTCWordBeamSearch

Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
https://towardsdatascience.com/b051d28f3d2e
MIT License
557 stars 160 forks source link

I have compiled the TFWordBeamSearch.so on GCC 7.3.1 TF 1.5.0 and Python 3.5.2 on Linux system, when i am copying the file(.so) and keeping it in src/ folder on Windows 10, gcc 5.1.0 python 3.6.7 TF 1.5.0 , it gives me an error stating it was designed to run on windows or file not found? How do i compile it on windows for it to work here ? #30

Closed Karim-Baig closed 5 years ago

Karim-Baig commented 5 years ago

If you create a new issue, please provide the following information:

  1. Which program causes the problem

    • Custom TF operation
    • C++ test program
    • Python prototype
  2. Versions

    • TensorFlow version
    • Python version
    • C++ compiler
    • Operating system
  3. Issue

    • Which result/error did you get?
    • If you think the result is wrong - what result did you expect instead?
    • How to reproduce the issue?
    • Provide all necessary data, at least these files: chars.txt, wordChars.txt, corpus.txt, gt_X.txt, mat_X.csv
githubharald commented 5 years ago

README -> FAQ -> 9