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
After successfully completing the training and testing phases, I attempted to generate plots and evaluations using the commands:
make plot MODEL_NAME=test
make evaluation MODEL_NAME=test
However, both commands resulted in an error:
make: *** [Makefile:359: data/test/eval/test_6.179_279_400.eval.log] Error 1
Upon inspecting the created log file, it was found to be completely empty, providing no additional information about the cause of the error.
I used lstmeval and got valid results BCER eval=3.238, BWER eval=8.260
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After successfully completing the training and testing phases, I attempted to generate plots and evaluations using the commands:
However, both commands resulted in an error:
make: *** [Makefile:359: data/test/eval/test_6.179_279_400.eval.log] Error 1
Upon inspecting the created log file, it was found to be completely empty, providing no additional information about the cause of the error.
I used lstmeval and got valid results BCER eval=3.238, BWER eval=8.260
The text was updated successfully, but these errors were encountered: