pytorch-maml icon indicating copy to clipboard operation
pytorch-maml copied to clipboard

PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400

Results 7 pytorch-maml issues
Sort by recently updated
recently updated
newest added

Thanks for your nice implementation. But I meet this mistake when I sh train-omniglot-20way-1shot.sh ,is there any dimension dismatch? I don't know how to fix it. It's much appreciated if...

Thanks for your good implementation of MAML, however, I think that maybe use state_dict() and load_stat_dict() is much faster than modifying the weights (in omniglot_net.py 43), can I first deepcopy...

Hi Kate, Under split='train' in inner loop, the data loader always output the same data no matter under what batch_cutoff. I know that this is the setting in the MAML...

Hi kelly, I read the code and find that the get_data_loader function get the same batch samples every iteration, is that you want? (sorry, I'm not familiar with the maml...

Parallelize inner loop updates with multiple processes.