oscarknagg / few-shot

Repository for few-shot learning machine learning projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How train with a new dataset

mohammad-saber opened this issue · comments

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.

commented

U just need to use the script in this project like few-shot\scripts\prepare_mini_imagenet.py reformat your own data into miniImageNet.Then just trianing your own dataset as trianing on miniImageNet.

@lunchben What is your email address, can I ask you a few questions?

commented

@lunchben What is your email address, can I ask you a few questions?

啥问题啊?我也是新手。

commented

modify the few_shot/datasets.py to custom your own dataset

commented