Disabling tensor board summary improves training speed by ~10%. If we don't need distributions and histrograms every frame, we may dump summaries periodically except for loss.
Adding an option that disables all those histogram summaries completely has been in the TODO's for a while. Dumping them periodically could be useful as well.
Disabling tensor board summary improves training speed by ~10%. If we don't need distributions and histrograms every frame, we may dump summaries periodically except for loss.
https://wookayin.github.io/TensorflowKR-2016-talk-debugging/#37