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

Training with multiples datasets #14

Closed
Gasp34 opened this issue Jun 14, 2022 · 1 comment
Closed

Training with multiples datasets #14

Gasp34 opened this issue Jun 14, 2022 · 1 comment

Comments

@Gasp34
Copy link

Gasp34 commented Jun 14, 2022

Hi,

Great paper ! I have a question regarding the training procedure with multiples datasets.
If I have lets say 6 datasets with 5 class each, with the old training procedure of MAML or ProtoNet, where the model is trained with episodes and tasks, this seems simple enough since each data set would be a task.
With your training procedure (which seems to be used in all recent papers), how would you do it ? Concatenate all the classes to have 30 classes and train with batches made of samples of all datasets ?

Thanks a lot if you have the time to answer :)

@ybendou
Copy link
Owner

ybendou commented Jul 4, 2022

Hi,
Thank you we're glad you found the paper interesting.
With the current procedure, you can either train multiple heads one for each dataset or concatenate them as you said.
We're working on a new version of the repo which will include this feature.
Hope this answers your question and sorry for the late response.

Best,

@ybendou ybendou closed this as completed Jul 12, 2022
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