Open krzentner opened 4 years ago
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.
TensorboardOutput.__del__
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.