Add base class for TensorBoard handlers#1573
Conversation
|
/black |
Signed-off-by: monai-bot <[email protected]>
|
thanks, might need some |
Thanks @wyli for your review. what do you mean |
I mean sharing the same summary_writer instance for multiple handlers. I guess we need some tests for that.. perhaps as a part of an integration test... |
OK, sure, I will add it. Thanks. |
I had an issue earlier that tensorboard server not being able to load if the event file writer is not closed properly, perhaps try to close at the last event during training |
Signed-off-by: Nic Ma <[email protected]>
|
Hi @wyli , For the Thanks. |
|
/black |
Signed-off-by: monai-bot <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
|
/black |
|
Hi @wyli , I added the Thanks. |
Signed-off-by: Nic Ma <[email protected]>
|
/black |
Description
This PR added the base class for TensorBoard handlers.
We want to extend more TensorBoard handlers soon.
Status
Ready
Types of changes
./runtests.sh --codeformat --coverage../runtests.sh --quick.make htmlcommand in thedocs/folder.