We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I'm trying to build this tool, however I met few problems:
# make links to EESEN cd /home/${user}/tools/eesen-offline-transcriber git reset --hard 8f63f31
cd steps && ln -s /home/${user}/eesen/asr_egs/tedlium/v2-30ms/steps/* . cd ../utils && ln -s /home/${user}/eesen/asr_egs/tedlium/v2-30ms/utils/* .
Also, I'm wondering whether is it possible to build this tool in Docker Container? could anyone provide any help?
The text was updated successfully, but these errors were encountered:
Hi I'm trying to build this tool, however I met few problems: failed to git reset at 8f63f31, seems srvk-eesen-offline-transcriber has no such commit # make links to EESEN cd /home/${user}/tools/eesen-offline-transcriber git reset --hard 8f63f31 create soft link failed due to duplicate scripts cd steps && ln -s /home/${user}/eesen/asr_egs/tedlium/v2-30ms/steps/* . cd ../utils && ln -s /home/${user}/eesen/asr_egs/tedlium/v2-30ms/utils/* . Also, I'm wondering whether is it possible to build this tool in Docker Container? could anyone provide any help?
Hi, I ran into the same issues, were you able to fix them?
Sorry, something went wrong.
@benschop-it no, sorry..
No branches or pull requests
Hi I'm trying to build this tool, however I met few problems:
Also, I'm wondering whether is it possible to build this tool in Docker Container? could anyone provide any help?
The text was updated successfully, but these errors were encountered: