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
I think we should consider getting rid of TensorBoard replica in TFJob.
This was a bit of a hack to simplify TB management by tying the lifetime of TensorBoard to the lifetime of the TFJob.
I think there are better solutions though
I think its easy to forget to set logDir so people will often want to launch TB separately anyway.
The text was updated successfully, but these errors were encountered:
Remove TensorBoard related code in operator (#391)
0759f7a
Ref #347 Blocked until CI is running again. PS: Dashboard code is not changed. Signed-off-by: Ce Gao [email protected]
gaocegege
No branches or pull requests
I think we should consider getting rid of TensorBoard replica in TFJob.
This was a bit of a hack to simplify TB management by tying the lifetime of TensorBoard to the lifetime of the TFJob.
I think there are better solutions though
I think its easy to forget to set logDir so people will often want to launch TB separately anyway.
The text was updated successfully, but these errors were encountered: