-
Notifications
You must be signed in to change notification settings - Fork 140
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
Accuracy 0 with latest code #10
Comments
could you upload the decoded results? |
Hello Scott, Thanks, I did a fresh checkout and ran 15 epocs, current lr is 1e-3. Below is my output Can you please suggest, what to do next? |
maybe the lr decay too fast, you may fix the lr(set decay rate to 1.0) to 1e-3, 5e-4 or 1e-4 and run for another 15 epochs |
Thanks Scott, I tried both lr=5e-4 and 1e-4 (with decay rate 1.0) still it is not able to converge still after 20 epocs |
Facing the same issue. accuracy does not increase. |
You may have a try the |
But Scott the dev version uses WrapCTC. will it work with tensorflow 1.2? |
---update--- it may not. |
Ok thanks, will try to run on dev and TF 1.0.1 |
@ashish1405 if it works please let me know. i am getting a hard time installing warp-ctc with tensorflow. |
It worked for me. i had to build and install warpCTC with tensorflow version 1.0.1. |
wow that is great. Will try with that. Any issues you faced in installing wrapCTC? |
Yes indeed it works with wrapCTC. Had some minor issues in building wrapCTC. We built wrapCTC on ubuntu. Initially we came across an issue
the BTW tried with the dev branch, still need to check with the master branch of wrapCTC. |
Facing the same issue. accuracy does not increase at all. |
Simon please use dev branch and compile wrapCTC with tensorflow 1.0 |
Hello ilovin,
I'm trying to run your exact code(latest, standard) to see If I can perform trainning. But even after 300 epoch the accuracy is 0.
Epoch 354/10000, accuracy = 0.000,avg_train_cost = 22.038, lastbatch_err = 0.980, time = 328.230,lr=0.00000000
I've seen issue #1 and #2, and checked that your latest code contains all the changes still the accuracy is 0.
python 2.7 and 3.5.2
tensorflow 1.2.1 without WrapCTC
train data set size 128000
Can you please help. Thanks
The text was updated successfully, but these errors were encountered: