Zhipeng

Results 4 comments of Zhipeng

> 没有指定test_evaluator,比如test_evaluator = val_evaluator Thanks for your comments. It is solved.

``` _base_ = ( '../../../third_party/mmyolo/configs/yolov8/' 'yolov8_l_syncbn_fast_8xb16-500e_coco.py') custom_imports = dict( imports=['yolo_world'], allow_failed_imports=False) # hyper-parameters num_classes = 80 num_training_classes = 80 max_epochs = 80 # Maximum training epochs close_mosaic_epochs = 10 save_epoch_intervals...

Personally, I turn off the checkpoint function to avoid this problem.