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

what does the pretrain=True flag do in the mini-imagenet data loader? #16

Open
brando90 opened this issue Nov 6, 2020 · 1 comment
Open

Comments

@brando90
Copy link

brando90 commented Nov 6, 2020

@WangYueFt @HobbitLong what does the pretrain=True flag do?

e.g.

        if self.pretrain:
            self.file_pattern = 'miniImageNet_category_split_train_phase_%s.pickle'
        else:
            self.file_pattern = 'miniImageNet_category_split_%s.pickle'

if self.pretrain:

@txw1997
Copy link

txw1997 commented Nov 25, 2020

Hello! Have you trained on the tieredImageNet yet? Can you share some information about the validation accuracy when training on the trainset?
My validation accuracy just 0.5%, but training accuracy is gradually ascending, do you have the same issue?

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

2 participants