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

Could anyone explain why don't use validation for baseline? #61

Open
rainylt opened this issue Dec 4, 2020 · 1 comment
Open

Could anyone explain why don't use validation for baseline? #61

rainylt opened this issue Dec 4, 2020 · 1 comment

Comments

@rainylt
Copy link

rainylt commented Dec 4, 2020

If we don't use validation and don't calculate accuracy during training, how can we know when to stop and how it performs in the training set, and whether it has overfitted? Just stare at the loss?

@ashok-arjun
Copy link

With baseline, we cannot afford to train a linear classifier (the last layer) everytime we do a validation.

However with protonets, validation is just inference. That's why

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