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
在main.py里,第165行写了net.eval(),为什么在评估完验证集结果后不需要写net.train()把模式转换回去呢?
net.eval()
net.train()
The text was updated successfully, but these errors were encountered:
切换回去的必要性是什么?
Sorry, something went wrong.
评估完验证集不是会继续回到循环再进行下一个epoch的训练么?不需要转换回去吗
从逻辑上讲应该不会来回切换的 @buptcwk
No branches or pull requests
在main.py里,第165行写了
net.eval()
,为什么在评估完验证集结果后不需要写net.train()
把模式转换回去呢?The text was updated successfully, but these errors were encountered: