You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why the method Visualizer.add_scalars is only called in after_val_epoch and not it after_test_epoch?
I think it can be a good thing to add this feature for test with some vis_backends for logs tracking (WandB, MLFlow, Tensorboard ...)
I made the edit locally of the after_test_epoch, I use a new attribute for the LoggerHook named log_test_metric_by_visualizer set by default to True.
What do you think about it? Would it be better to this in another hook? (I think it would be a bit weird since the logger hook already those kind of loggings.
Any other context?
No response
The text was updated successfully, but these errors were encountered:
What is the feature?
Hello,
Why the method
Visualizer.add_scalars
is only called inafter_val_epoch
and not itafter_test_epoch
?I think it can be a good thing to add this feature for test with some vis_backends for logs tracking (WandB, MLFlow, Tensorboard ...)
I made the edit locally of the
after_test_epoch
, I use a new attribute for theLoggerHook
namedlog_test_metric_by_visualizer
set by default to True.What do you think about it? Would it be better to this in another hook? (I think it would be a bit weird since the logger hook already those kind of loggings.
Any other context?
No response
The text was updated successfully, but these errors were encountered: