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

Commit

Permalink
- sorry not sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Dec 19, 2018
1 parent 3a226f6 commit b96bf92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion inferno/extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
from . import layers
from . import metrics
from . import optimizers
from . import models
# Backward support
from . import models as model

__all__ = ['containers', 'criteria', 'initializers', 'layers', 'metrics', 'optimizers']
__all__ = ['containers', 'criteria', 'initializers', 'layers', 'metrics', 'optimizers',
'models', 'model']
File renamed without changes.

0 comments on commit b96bf92

Please sign in to comment.