-
Notifications
You must be signed in to change notification settings - Fork 2
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
Some problems about the model? #2
Comments
In my code, I have tried to re-implement same as the original paper, but I found that Adadelta converges really slow ( or not converge) in this model. Let's try Adam optimizer in run.py, It will step out case p, r, f1 = 0 and start to convege. |
Hello, I have encountered the same problem, but I haven't found a solution yet. Have you solved it? |
Hi, have you tried the trick that a mention above? |
hello,I have copy the code,but i have get into the trouble beacuse the model's loss is not decrease,that's mean it is not convergence.So, the p r and f1 value all close to zero...May i know your result about this code
The text was updated successfully, but these errors were encountered: