-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
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
conformer test script in example output none #220
Comments
config.yml : speech_config: decoder_config: model_config: learning_config: eval_dataset_config: test_dataset_config: optimizer_config: running_config: |
only one 2080ti / 10G 2021-08-27 17:25:35.729887: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0 .... Epoch 15/20 |
I'm seeing the same result :0 Config.yml: speech_config: decoder_config: model_config: learning_config: eval_dataset_config: test_dataset_config: optimizer_config: running_config: |
I have a same problem. Any updates on this issue? |
hi, thank you developed this great toolkit and open source.but i have some problem and cant solve by myself.
i run train.py in examples/conforme.After 20 epoches, loss reduce to 6.92。 but i get none from test.py,so wer and cer is all 1. (none means greedy and beamsearch all empty).
i think i was follow the instruction in readme.
python version:3.9
tf version: 2.5
rnnloss in tf
use characters
The text was updated successfully, but these errors were encountered: