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

So u just provide the code for stage B? #3

Open
abcdvzz opened this issue Nov 20, 2019 · 7 comments
Open

So u just provide the code for stage B? #3

abcdvzz opened this issue Nov 20, 2019 · 7 comments

Comments

@abcdvzz
Copy link

abcdvzz commented Nov 20, 2019

No description provided.

@phecy
Copy link
Collaborator

phecy commented Nov 21, 2019

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.

@semi-supervised-paper
Copy link

What's the hyper-parameters of AMDIM for Mini-ImageNet? And what's the data augmentation of Mini-ImageNet in AMDIM?

@phecy
Copy link
Collaborator

phecy commented Nov 26, 2019

@semi-supervised-paper we use AmdimNet(ndf=192, ndepth=8, nrkhs=1536) to train Mini-ImageNet. For more detail:

python train.py \
  --ndf 192 \
  --n_rkhs 1536 \
  --batch_size 480 \
  --tclip 20.0 \
  --n_depth 8 \

@semi-supervised-paper
Copy link

Thanks for your kindly response. I wonder if you have tried other powerful unsupervised learning methods?

@phecy
Copy link
Collaborator

phecy commented Nov 27, 2019

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.

@abcdvzz
Copy link
Author

abcdvzz commented Dec 4, 2019

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.

@jaemyungkwon
Copy link

Hi, i want to know this code is ssl with meta learning?
and. do you know how to use multi-gpu for your code?

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

4 participants