yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.07k stars 180 forks source link

where is validation code? #99

Closed sangheonEN closed 2 years ago

sangheonEN commented 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?

yangxue0827 commented 2 years ago

We do not support. You can use open-mmlab/mmrotate instead if you need valid process.