dowel icon indicating copy to clipboard operation
dowel copied to clipboard

dowel causes the main process to hang forever, if it contains a TensorboardOutput when the process is closing

Open krzentner opened this issue 5 years ago • 0 comments

This is because it attempts to close the underlying TensorboardX writer in TensorboardOutput.__del__. However, global teardown of the python interpreter has already closed the thread used by TensorboardX.

krzentner avatar Jan 26 '20 06:01 krzentner