Skip to content

Commit

Permalink
Remove incorrect MAML implementation
Browse files Browse the repository at this point in the history
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
zou3519 committed Sep 21, 2022
1 parent 8045bb7 commit 0d370e9
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 662 deletions.
21 changes: 0 additions & 21 deletions torchbenchmark/models/maml/LICENSE

This file was deleted.

91 changes: 0 additions & 91 deletions torchbenchmark/models/maml/README.md

This file was deleted.

90 changes: 0 additions & 90 deletions torchbenchmark/models/maml/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions torchbenchmark/models/maml/batch.pt

This file was deleted.

Empty file.
Loading

0 comments on commit 0d370e9

Please sign in to comment.