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

Remove explicit flush from tensorboard logger #2126

Merged
merged 2 commits into from
Jun 9, 2020

Conversation

tullie
Copy link
Contributor

@tullie tullie commented Jun 9, 2020

The explicit flushing has caused downstream bugs and is unnecessary because it's asynchronously flushed by the file writer anyway. See: https://github.com/tensorflow/tensorboard/blob/74214c309f72c4ecab000a983efb224679dfff73/tensorboard/summary/writer/event_file_writer.py#L160

@mergify mergify bot requested a review from a team June 9, 2020 00:33
@Borda Borda added the bug Something isn't working label Jun 9, 2020
@Borda Borda added this to the 0.8.0 milestone Jun 9, 2020
@mergify mergify bot requested a review from a team June 9, 2020 00:37
@codecov
Copy link

codecov bot commented Jun 9, 2020

Codecov Report

Merging #2126 into master will increase coverage by 0%.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #2126   +/-   ##
======================================
  Coverage      86%     86%           
======================================
  Files          75      75           
  Lines        4792    4788    -4     
======================================
- Hits         4136    4134    -2     
+ Misses        656     654    -2     

@mergify mergify bot requested a review from a team June 9, 2020 10:58
@williamFalcon williamFalcon merged commit 6537642 into Lightning-AI:master Jun 9, 2020
@williamFalcon
Copy link
Contributor

@Borda add to rc branch?

Borda pushed a commit that referenced this pull request Jun 9, 2020
* Remove explicit flush from tensorboard logger

* Update changelog

(cherry picked from commit 6537642)
justusschock pushed a commit that referenced this pull request Jun 29, 2020
* Remove explicit flush from tensorboard logger

* Update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants