-
Notifications
You must be signed in to change notification settings - Fork 151
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
question about dataset #53
Comments
Thanks for your interest in our work. You don't need the label files. The images for one class are saved in a corresponding folder. |
thank you solve my problem,and can i directly run the run_experiment.py in tensorflow? |
Yes. After you install all the requirements and put the data in the proper directory, you may run the command line following the README.md file. |
ok, thank you reply, when i install tensorflow-gpu=1.3.0 under the python=2.7, it shown packagenotfounderror, can you help me. |
If the packages can not be directly downloaded, you may build TensorFlow 1.3.0 according to this link. |
Thank you for solving my problem patiently |
i have another question about the dataset, what is the dataset in the meta-train and meta-test, and how did you split the support set and query set in the miniImageNet dataset? thank you |
The splits of miniImageNet are available here. During the meta-training phase, the support and query sets of each episode/task are randomly sampled from the training set of miniImageNet. During the meta-test phase, the support and query sets of each episode/task are randomly sampled from the test set of miniImageNet. You may easily find the generation protocol in any few-shot learning paper, e.g., MAML. |
That is, in the large-scale phase, 64 classes are used for training; the meta-training phase is randomly sampled; the meta-teste stage uses the test data of miniimagenet. Am I right? |
During the pre-train phase, we train the encoder on a 64-way classification task using the meta-train set. During the meta-train phase, we train the meta model on many 5-way small classification tasks generated from the meta-train set. During the meta-test phase, we evaluate the model on many 5-way small classification tasks generated from the meta-test set. |
hi,i download the dataset from the link, but they donot include lable files, can you help me solve this problem. thank you.
The text was updated successfully, but these errors were encountered: