mmfewshot
mmfewshot copied to clipboard
save best weights
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
I have solved this problem by setting save_best = NOVEL_CLASSES bbox_mAP_50.