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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
The trainning loss and metrics seems normal during training, but the validation loss is increasing. Please see bolow information for details.
I'm curious about the reason behind this issue, and whether there might be an error during the training process. If there is an error, could you please let me know how I can correct it?
Model, Dataset, Config
I trained mask-rcnn-R50-FPN-1x model on my own dataset. There is one object on each image in my dataset.
I change some params:
PRE_NMS_TOP_N_TRAIN: 200
PRE_NMS_TOP_N_TEST: 100
POST_NMS_TOP_N_TRAIN: 200
POST_NMS_TOP_N_TEST: 100
FPN_POST_NMS_TOP_N_TRAIN: 400
FPN_POST_NMS_TOP_N_TEST: 100
IMS_PER_BATCH: 8
Loss and metrics
The trainning loss seems normal, but the validation loss is always increasing. I don't know where's the problem.
The trainning loss:
The validation loss:
The metrics seems normal:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
❓ Questions and Help
The trainning loss and metrics seems normal during training, but the validation loss is increasing. Please see bolow information for details.
I'm curious about the reason behind this issue, and whether there might be an error during the training process. If there is an error, could you please let me know how I can correct it?
Model, Dataset, Config
I trained mask-rcnn-R50-FPN-1x model on my own dataset. There is one object on each image in my dataset.
I change some params:
PRE_NMS_TOP_N_TRAIN: 200
PRE_NMS_TOP_N_TEST: 100
POST_NMS_TOP_N_TRAIN: 200
POST_NMS_TOP_N_TEST: 100
FPN_POST_NMS_TOP_N_TRAIN: 400
FPN_POST_NMS_TOP_N_TEST: 100
IMS_PER_BATCH: 8
Loss and metrics
The trainning loss seems normal, but the validation loss is always increasing. I don't know where's the problem.
The trainning loss:
The validation loss:
The metrics seems normal:
The text was updated successfully, but these errors were encountered: