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

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 ?

Karim-Baig opened this issue · comments

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
  1. Versions
  • TensorFlow version
  • Python version
  • C++ compiler
  • Operating system
  1. 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

README -> FAQ -> 9