Skip to content

Commit

Permalink
Add __all__ in metalearners
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandeleu committed Oct 9, 2019
1 parent cb9ef3a commit 6b8336c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion maml/metalearners/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from maml.metalearners.maml import ModelAgnosticMetaLearning, MAML, FOMAML
from maml.metalearners.meta_sgd import MetaSGD
from maml.metalearners.meta_sgd import MetaSGD

__all__ = ['ModelAgnosticMetaLearning', 'MAML', 'FOMAML', 'MetaSGD']

0 comments on commit 6b8336c

Please sign in to comment.