mmfewshot icon indicating copy to clipboard operation
mmfewshot copied to clipboard

save best weights

Open s690 opened this issue 3 years ago • 1 comments

I set evaluation = dict(interval=2000, metric='bbox', classwise=True, save_best='auto') to save the best weight like mmdetection, but it does not work. What should I do? thanks

s690 avatar Oct 07 '22 08:10 s690

I have solved this problem by setting save_best = NOVEL_CLASSES bbox_mAP_50.

s690 avatar Oct 07 '22 08:10 s690