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
对eta有如下代码限制: if eta <= 0: # print('eta <= 0') continue 不是很明白为什么限制<0,改成==0后也能正常运行,跑出过一两次0.9+ 但由于大多数情况下score评分接近0.5,所以也不知道是否真的正确
The text was updated successfully, but these errors were encountered:
No branches or pull requests
对eta有如下代码限制:
if eta <= 0:
# print('eta <= 0')
continue
不是很明白为什么限制<0,改成==0后也能正常运行,跑出过一两次0.9+
但由于大多数情况下score评分接近0.5,所以也不知道是否真的正确
The text was updated successfully, but these errors were encountered: