Skip to content
New issue

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

Avoid superfluous loads on GCS #1182

Closed
wants to merge 1 commit into from
Closed

Conversation

jart
Copy link
Contributor

@jart jart commented May 14, 2018

This change fixes a Google Cloud Storage performance issue where TensorBoard
would read event logs multiple times. This was caused by code checking if the
Run directory was deleted, but GCS does not have real directories.

Progress on #158

This change fixes a Google Cloud Storage performance issue where TensorBoard
would read event logs multiple times. This was caused by code checking if the
Run directory was deleted, but GCS does not have real directories.

Progress on tensorflow#158
@jart jart requested a review from nfelt May 14, 2018 21:06
@jart jart closed this May 14, 2018
@jart
Copy link
Contributor Author

jart commented May 14, 2018

tf.gfile appears to already be doing the right thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant