Skip to content
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

Open
StevenCong opened this issue Sep 30, 2020 · 3 comments
Open

Some problems about the model? #2

StevenCong opened this issue Sep 30, 2020 · 3 comments

Comments

@StevenCong
Copy link

StevenCong commented Sep 30, 2020

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

@ThanhDucPham
Copy link
Owner

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.
Have fun with this code!

@HuBoMax
Copy link

HuBoMax commented Oct 9, 2020

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

Hello, I have encountered the same problem, but I haven't found a solution yet. Have you solved it?

@ThanhDucPham
Copy link
Owner

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

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants