You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper, it seems you perform validation on novel classes for Baseline and Baseline++ too, as per the sentence
" To reduce the risk of over-fitting, we use the validation set to select the epoch or episode
with the best accuracy for all methods, including baseline and baseline++"
But looking at the code, it seems you actually do not validation and set acc=-1 for Baseline (see
In the paper, it seems you perform validation on novel classes for Baseline and Baseline++ too, as per the sentence
" To reduce the risk of over-fitting, we use the validation set to select the epoch or episode
with the best accuracy for all methods, including baseline and baseline++"
But looking at the code, it seems you actually do not validation and set acc=-1 for Baseline (see
CloserLookFewShot/train.py
Line 39 in e03aca8
CloserLookFewShot/methods/baselinetrain.py
Line 80 in e03aca8
Could you explain?
The text was updated successfully, but these errors were encountered: