I have a quick question. I noticed that each time tensorflow.train.SummaryWriter is called, a new thread is created. Calling close() method of summarywriter will not kill the thread.
I am wondering if there is a way to kill the threads created by summarywriters?
Thank you for your help!
Best