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

Does mixup process still work during eval? #15

Closed
imhuay opened this issue Mar 10, 2022 · 2 comments
Closed

Does mixup process still work during eval? #15

imhuay opened this issue Mar 10, 2022 · 2 comments

Comments

@imhuay
Copy link

imhuay commented Mar 10, 2022

I didn't find anything in the code like nn.Dropout to determine if it was in training.

@christopher-beckham
Copy link
Collaborator

I don't think it has anything to do with evaluation, since mixup is strictly a training procedure. At test time, there is no need to mix any points -- just feed in x and get the prediction for it as usual.

@imhuay
Copy link
Author

imhuay commented Mar 10, 2022

Thank you for your answer.

@imhuay imhuay closed this as completed Mar 10, 2022
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