-
Notifications
You must be signed in to change notification settings - Fork 255
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
How to train a new dataset? #20
Comments
Hi, one simple way may be to check out the Torchmeta package: https://github.com/tristandeleu/pytorch-meta. They support several datasets and have a prototypical networks implementation. |
@jakesnell , I am a student and a new hand of few-shot learning. thanks very much for sharing your code of prototypical networks. When using your code I can only use the Omniglot dataset, but I want to use the miniImageNet dataset to test the improved prototypical networks, can you provide the miniImageNet dataset loading file or tell me how to embedd the Torchmeta package into your code framework. Looking forward to your reply. Thank you very much. |
同学,你解决了吗?我也不会加载miniimagenet数据集 |
@DaDaDa-FH 用这个全监督小样本学习库来实现吧,https://github.com/RL-VIG/LibFewShot |
好滴,我试试谢谢了。搞了好久这个作者的miniimagenet就是搞不了一样的精度、 |
Thank you very much for sharing your code.
I want to train models with a dataset other than miniImageNet and Omniglot. Could you guide me how to arrange dataset (main folder , sub-folder), and how to train models on a new dataset?
Thanks a lot.
The text was updated successfully, but these errors were encountered: