Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
- more alls
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Sep 1, 2017
1 parent fb0d178 commit d989682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions inferno/extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
from . import layers
from . import metrics
from . import optimizers

__all__ = ['containers', 'criteria', 'initializers', 'layers', 'metrics', 'optimizers']
4 changes: 2 additions & 2 deletions inferno/extensions/containers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .graph import Graph
from .sequential import Sequential1, Sequential2
from .graph import *
from .sequential import *

0 comments on commit d989682

Please sign in to comment.