AN4 fail to reproduce the reported result
See original GitHub issueBased on issue #85, I tried to reproduce the reported result of AN4 by following command.
python train.py --cuda --visdom --learning_anneal 1.01 --train_manifest data/an4_train_manifest.csv --val_manifest data/an4_val_manifest.csv
And I got the following result.
The best result is
Validation Summary Epoch: [60] Average WER 14.720 Average CER 5.894
But, it is still worse than the reported result.
Dataset | WER | CER AN4 test | 10.52 | 4.78
Could you kindly let me know how can I improve the result?
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
How to Reproduce a Non-Reproducible Defect and Make ...
In the world of software testing, a defect once found should be consistently reproducible so the tester can report with conviction, a developer ......
Read more >FAQ CPU2006 - SPEC.org
Results.03 What is a "flags file"? What does Unknown Flags mean? Results.04 Submission Check -> FAILED. Installation. Install.
Read more >How to add steps to reproduce to a bug report - MoodleDocs
Often a bug reporter is a developer or/and an expert Moodle user. By consequence he forgets to add the test steps into the...
Read more >What if the customer can't reproduce your bug? | TestFort Blog
It happens. You reported a bug because it didn't match the expected result specified in the requirements or even ones that weren't specified, ......
Read more >Is it reasonable to insist on reproducing every defect before ...
Any test setup that was never shown to reproduce the error can't be relied ... You've received a bug report from a customer;...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry for being out the loop here, I’ll sync up with @ryanleary and try to solve this issue but may take some time. Worst case I’ll retrain models so that we have exact hyper-parameters used!
Thank you for reply! Could you also let me know about learning rate and noise probability? Currently, I use the default setting for learning rate (3e-4), noise probability (0.4), and epochs (70).