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
To check for model overfitting, I need to plot a curve that shows the training and validation loss or error for each epoch.
But when I run the mmdetection\tools\train.py , log just show train loss but no val loss like this:
To check for model overfitting, I need to plot a curve that shows the training and validation loss or error for each epoch.
But when I run the mmdetection\tools\train.py , log just show train loss but no val loss like this:
I already check these issue #9650 #505
In mmdet 2.19.1 document TUTORIAL 5: CUSTOMIZE RUNTIME SETTINGS - Customize workflow show the way to change the workflow setting, but in mmdet dev3.x document CUSTOMIZE RUNTIME SETTINGS, I can't find how to edit workflow setting.
How should I modify mmdet3.3.0 config to obtain validation loss or error for each epoch?
Expressing gratitude in advance for any response!
The text was updated successfully, but these errors were encountered: