-
Notifications
You must be signed in to change notification settings - Fork 51
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
Eval mode=True during training #33
Comments
Hi @Shubhendu-Jena, thank you for appreciating our work! Line 247 in 355294b
Or perhaps I'm missing something? |
Hi, Thanks for the quick response. Actually, it doesn't go to that line as args.eval_in_train evaluates to True in Line 241 in 355294b
This is because in train_example.yaml, we have the following: npbg/configs/train_example.yaml Line 6 in 355294b
|
Ah ok, if you use |
Just to clarify, the numbers reported in the paper are with train mode, right? And have you observed any difference in the evaluation results with train mode vs eval mode? |
I think we only used train mode for the results in the paper; @alievk do you remember by any chance? |
Hi, thank you for the great work! I have a doubt about the code. During training, you have set eval mode to true. I'd be grateful if you could help me understand why that's so and whether there is a difference in inference results if we set the model to train mode instead.
Thanks in advance
The text was updated successfully, but these errors were encountered: