open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
7.68k stars 2.53k forks source link

Is the validation loss computed in the mmsegmentation 1.2.2? How do you know if the model in training has converged #3679

Open eighteenlin opened 1 month ago

eighteenlin commented 1 month ago

Hello, I am using mmseg version 1.2.2.

How can you tell if the model in training has converged?

I sincerely wonder how to get the validation loss and the accuracy score in the training step.

I already know how to get the validation set loss in mmsegmentation old version? How do I get the new version?

Can we use loss as an evaluation metric in the validation set and combine it with the loss in the training set to determine model convergence?

Thanks for any help.