CloserLookFewShot icon indicating copy to clipboard operation
CloserLookFewShot copied to clipboard

Model Selection for Baseline and Baseline++ Training with Base Classes

Open tao0420 opened this issue 5 years ago • 1 comments

Hi there,

If I have the right understanding that for the baseline and baseline++ model trained with base classes, in the paper reported results the model used is the epoch399 if trained with miniImagenet?

I am wondering that for all the model structures, using the same epoch seems fair to compare in the paper however is there overfitting problem which may influence the evaluation performance as the model selection is not based on validation set for the base classes?

Thanks!

tao0420 avatar Aug 01 '19 16:08 tao0420

Yes, for the 5-shot task, the model used is the epoch 399 if trained with mini-Imagenet. For the 1-shot task, the model used is the epoch 599.

For the mini-Imagenet dataset, I do not observer the overfitting problem. However, for the CUB dataset, the overfitting problem exists, and you can refer to issue #31 for a validation strategy.

wyharveychen avatar Aug 03 '19 06:08 wyharveychen