dowel
dowel copied to clipboard
dowel causes the main process to hang forever, if it contains a TensorboardOutput when the process is closing
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.