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

Overfitting? #93

Open
mazatov opened this issue Feb 28, 2020 · 0 comments
Open

Overfitting? #93

mazatov opened this issue Feb 28, 2020 · 0 comments

Comments

@mazatov
Copy link

mazatov commented Feb 28, 2020

This is more of a discussion than an issue. I was wondering about potential overfitting in Trinet and how one could estimate it.

Normally I always have a validation dataset and I can compare accuracy/loss between validation dataset and training dataset to see if I'm overfitting. However, here we train for 25000 epochs and there don't seem to be any validation checks as far as I understand. So I'm wondering how do we know that the model is not overfitted on the training dataset?

I'm training the model on a smaller dataset and clearly observe overfitting where the model performs much better on the training set and than the test set. So I'm trying to think of strategies to avoid it.

@mazatov mazatov changed the title Overfitting ? Overfitting? Feb 28, 2020
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

1 participant