-
Hi, folks! I want to draw the loss function of the validation throughout the learning of my model.
Do you know a way to add it ? I already looked to the customize_logging doc but didn't find it usefull for it. I also have look at the way the logger is defined in the mmengine repo Any help is welcome, thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Getting the loss for val loop is a kind of |
Beta Was this translation helpful? Give feedback.
Getting the loss for val loop is a kind of
metric
, you could customize a loss metric following this tutorial, and add it to your config.We would really appreciate it if you would contribute the feature to MMAction2.