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

Training saturates early? #48

Open
ajoshi80 opened this issue Mar 25, 2020 · 3 comments
Open

Training saturates early? #48

ajoshi80 opened this issue Mar 25, 2020 · 3 comments

Comments

@ajoshi80
Copy link

I'm using the same hypers but seeing this for my training curve. Why would this happen? Looks like the LR is too high but your curve with the same lr seems fine.

Screen Shot 2020-03-25 at 4 27 14 PM

Screen Shot 2020-03-25 at 4 27 23 PM

@ajoshi80
Copy link
Author

This seems to be an issue with the python 3 data loading where everything is mapped to OOV

@jivatneet
Copy link

@ajoshi80 were you able to resolve this?

@malteos
Copy link

malteos commented Feb 14, 2021

@jivatneet @ajoshi80

The issue is that since Python 3 all tokens are byte variables and therefore they are recognized as OOV. Changing everything back to string representations seems to work.

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