Closed sangheonEN closed 2 years ago
Generally, when a model is trained, it is performed in three processes: train, validation, and test. Isn't there a separate code that performs a valid process that evaluates the model's training every epoch?
We do not support. You can use open-mmlab/mmrotate instead if you need valid process.
Generally, when a model is trained, it is performed in three processes: train, validation, and test. Isn't there a separate code that performs a valid process that evaluates the model's training every epoch?