Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect MAML implementation
Fixes pytorch#328 Here's some context: - We discovered that the implementation doesn't actually use maml (dragen1860/MAML-Pytorch#59) - We filed pytorch#328 - We added maml_omniglot pytorch#349 as the correct version of of the maml model. - We didn't delete the maml model (because I was worried that it was doing a "different" type of maml that I hadn't seen before that is still valid). The last step to resolve this issue is to delete the incorrect MAML example, unless we have reasons to keep it around.
- Loading branch information