Replies: 1 comment 1 reply
-
Hi @vlgonz, by default, 'TensorBoardStatsHandler' plots loss and metric; therefore, you must ensure that the metric and loss are calculated in the correct engine. Hope it help, thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using monai event handlers, specifically tensorboard, to plot training loss and validation dice score. Besides, I have seen a couple of examples in monai notebooks provided in this github. However, I haven't found any information about how to plot training dice and validation loss using tensorboard handler, can anyone provide an example on how to do this? Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions