-
Notifications
You must be signed in to change notification settings - Fork 37
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
So u just provide the code for stage B? #3
Comments
for the pre-train stage, we just use standard AMDIM for self supervised training.https://github.com/Philip-Bachman/amdim-public And the we released some pretrained models. |
What's the hyper-parameters of AMDIM for Mini-ImageNet? And what's the data augmentation of Mini-ImageNet in AMDIM? |
@semi-supervised-paper we use AmdimNet(ndf=192, ndepth=8, nrkhs=1536) to train Mini-ImageNet. For more detail:
|
Thanks for your kindly response. I wonder if you have tried other powerful unsupervised learning methods? |
we do not do experiment with other ssl algorithms, we believe that other ssl algorithms which aim to learn task-agnostic representations can improve the performance of few-shot learning task. |
Could u pls give us a detailed configuration of the training of the CUB dataset on stage A? For example, input size, epoch, and transformation. I only get an accuracy of 17% following the Imagenet128 configuration. Thank u. |
Hi, i want to know this code is ssl with meta learning? |
No description provided.
The text was updated successfully, but these errors were encountered: