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
best_eval_loss:",math.exp(best_eval_loss) if best_eval_loss<20 else 10000.000
a08_EntityNetwork/a3_train.py 里代码,130行。请问,为啥要看 best_eval_loss<20 ,如果不成立,就返回10000呢?谢谢
直接原样返回,有什么问题吗?谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
best_eval_loss:",math.exp(best_eval_loss) if best_eval_loss<20 else 10000.000
a08_EntityNetwork/a3_train.py 里代码,130行。请问,为啥要看 best_eval_loss<20 ,如果不成立,就返回10000呢?谢谢
直接原样返回,有什么问题吗?谢谢
The text was updated successfully, but these errors were encountered: