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
Thanks for the good work. I have a doubt for the few shot experiments setting. Here you have used batch size = 4 but the dataloader in dassl uses drop_last = True when training. So for example in EuroSAT, in 1 shot setting, 10 training samples are not considered for training. Only 8 are considered, and the rest 2 classes are not taken. Is there something I am missing? Could you please help?
Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for the good work. I have a doubt for the few shot experiments setting. Here you have used batch size = 4 but the dataloader in dassl uses drop_last = True when training. So for example in EuroSAT, in 1 shot setting, 10 training samples are not considered for training. Only 8 are considered, and the rest 2 classes are not taken. Is there something I am missing? Could you please help?
Thank you.
The text was updated successfully, but these errors were encountered: