You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The meta-training dataloader seems to have a batch size 1 hard coded in it. I would like to train MAML on this and the default meta batch size there is 4. So I would like to know if there is any particular reason as to why the meta batch size is hard coded to 1.
Thank you!
The text was updated successfully, but these errors were encountered:
Happy it can help :) There is no reason at all for the batch size. The script is just provided as an example for you to see how to use the loader. The specific hyperparameters are for you to set.
Hi, thank you for your implementation.
The meta-training dataloader seems to have a batch size 1 hard coded in it. I would like to train MAML on this and the default meta batch size there is 4. So I would like to know if there is any particular reason as to why the meta batch size is hard coded to 1.
Thank you!
The text was updated successfully, but these errors were encountered: