-
Hello, Using TensorboardStatsHandler, is there a way to plot both validation and training metric curves on the same graph ? Code:
Expected :https://i.ibb.co/brn1M7z/roc-expected.png Results obtained:The resulting curve is this one : https://i.ibb.co/WBWRmRM/roc.png Do you know how to split the train and validation curves in that case? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @o-fares , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Fixed it by saving tensorboard events to two different directories and passing them as SummaryWriter:
|
Beta Was this translation helpful? Give feedback.
Fixed it by saving tensorboard events to two different directories and passing them as SummaryWriter: