open-mmlab / mmfewshot

OpenMMLab FewShot Learning Toolbox and Benchmark
https://mmfewshot.readthedocs.io/en/latest/
Apache License 2.0
695 stars 117 forks source link

save best weights #114

Open s690 opened 2 years ago

s690 commented 2 years ago

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 commented 2 years ago

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