MAML-in-pytorch icon indicating copy to clipboard operation
MAML-in-pytorch copied to clipboard

Neat and flexible implementation of MAML in pytorch: https://arxiv.org/abs/1703.03400

Results 1 MAML-in-pytorch issues
Sort by recently updated
recently updated
newest added

Thanks for your implementation. I notice that in function "train_single_task", you manually update parameters of the model with SGD formula, but then there is a loop which executes nearly the...