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

Not able to reproduce results for CNN-for-Text-Classification #5

Closed
sksq96 opened this issue Jan 15, 2018 · 1 comment
Closed

Not able to reproduce results for CNN-for-Text-Classification #5

sksq96 opened this issue Jan 15, 2018 · 1 comment

Comments

@sksq96
Copy link

sksq96 commented Jan 15, 2018

Hey,

I am trying to reproduce this notebook, but the loss do not go down as advertised.

[0/5] mean_loss : 1.80
[1/5] mean_loss : 1.64
[2/5] mean_loss : 1.64
[3/5] mean_loss : 1.62
[4/5] mean_loss : 1.76

I am using PyTorch v0.4 on CUDA. My hypothesis is the newer version broke something.

>torch.__version__
'0.4.0a0+a3e9151'

Thanks!

@DSKSD
Copy link
Owner

DSKSD commented Jan 16, 2018

Hi,
Thanks for letting me know.
I don't test it on v0.4 yet. I'll check this out soon.
I wonder you initialize embedding matrix with pretrained Word2vec model.
If not, you should train your model much longer.

@DSKSD DSKSD closed this as completed Nov 24, 2018
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

2 participants