YOLOX
YOLOX copied to clipboard
early stopping issue
Is there code implemented for early stopping during training in YOLOX? If not, how should it be implemented?
I created a pull-request with my implementation of adding early-stopping to YOLOX here: https://github.com/Megvii-BaseDetection/YOLOX/pull/1861