-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add base class for TensorBoard handlers #1573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add base class for TensorBoard handlers #1573
Conversation
merge master
merge master
Signed-off-by: Nic Ma <nma@nvidia.com>
|
/black |
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
|
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 <nma@nvidia.com>
|
Hi @wyli , For the Thanks. |
|
/black |
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
|
/black |
|
Hi @wyli , I added the Thanks. |
Signed-off-by: Nic Ma <nma@nvidia.com>
|
/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.