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

Commit

Permalink
- more imports in init files
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Sep 1, 2017
1 parent 38266cc commit 09c692d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion inferno/extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
from . import *
from . import containers
from . import criteria
from . import initializers
from . import layers
from . import metrics
from . import optimizers
2 changes: 2 additions & 0 deletions inferno/trainers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import basic
from . import callbacks
4 changes: 3 additions & 1 deletion inferno/trainers/callbacks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .base import CallbackEngine
from .base import CallbackEngine, Callback
from . import essentials
from . import scheduling

0 comments on commit 09c692d

Please sign in to comment.