We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tools/train_and_eval.py, Line, function eval_one_epoch starts with setting model.train(), which is incorrect in my opinion. It should be model.eval().
tools/train_and_eval.py
eval_one_epoch
model.train()
model.eval()
The text was updated successfully, but these errors were encountered:
I also found it.
Sorry, something went wrong.
No branches or pull requests
tools/train_and_eval.py
, Line, functioneval_one_epoch
starts with settingmodel.train()
, which is incorrect in my opinion. It should bemodel.eval()
.The text was updated successfully, but these errors were encountered: