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
is_chief = (FLAGS.task_index == 0) 是否应该放在 312 行之前?
is_chief = (FLAGS.task_index == 0)
The text was updated successfully, but these errors were encountered:
谢谢你的建议。如果重印时采纳了你的建议。我们会显式致谢!
Sorry, something went wrong.
刚刚查看了下。这行代码是用来判断当前的 task 是否为 chief task,放在这里没有问题哈。
你指的应该是 5.2节 的最佳实践吧?如果是的话,那个 bug 我刚刚更新了,下次印刷会修复。谢谢你的建议! Ref: #5
No branches or pull requests
is_chief = (FLAGS.task_index == 0)
是否应该放在 312 行之前?The text was updated successfully, but these errors were encountered: