Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training using 'protonet', 'matchingnet', 'relationnet', 'relationnet_softmax', 'maml', 'maml_approx' methods with an unbalanced dataset. #72

Open
adnan119 opened this issue Mar 19, 2022 · 0 comments

Comments

@adnan119
Copy link

Thanks for this amazing work @jbhuang0604 @ycliu93 @wyharveychen

Currently, I'm trying to train on FIGR-8 dataset using the models and methods available in this repo.

Training using the baseline and baseline++ works great, However, the issue arises when trying to train with protonet and other above mention methods which uses n_shot, n_way, n_support as parameters for defining the batch_size and other model and training parameters. Turns out that FIGR-8 is an unbalanced dataset with each class containing at least 8 images.

What I'd like to know is if there's any way to overcome/bypass this issue without modifying the original dataset and train using the above-mentioned method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant