Skip to content

Commit

Permalink
Imports for conceptors
Browse files Browse the repository at this point in the history
  • Loading branch information
nschaetti committed Jan 17, 2019
1 parent 9bebeb0 commit cf4f5b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions echotorch/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
from .BDESN import BDESN
from .BDESNPCA import BDESNPCA
from .BDESNCell import BDESNCell
from .Conceptor import Conceptor
from ConceptorNet import ConceptorNet
from ConceptorNetCell import ConceptorNetCell
from .ESNCell import ESNCell
from .ESN import ESN
from .LiESNCell import LiESNCell
Expand All @@ -18,6 +21,6 @@
from .StackedESN import StackedESN

__all__ = [
'BDESN', 'BDESNPCA', 'BDESNCell', 'ESNCell', 'ESN', 'LiESNCell', 'LiESN', 'GatedESN', 'ICACell', 'Identity',
'PCACell', 'RRCell', 'SFACell', 'StackedESN'
'BDESN', 'BDESNPCA', 'BDESNCell', 'Conceptor', 'ConceptorNet', 'ConceptorNetCell', 'ESNCell', 'ESN', 'LiESNCell',
'LiESN', 'GatedESN', 'ICACell', 'Identity', 'PCACell', 'RRCell', 'SFACell', 'StackedESN'
]

0 comments on commit cf4f5b9

Please sign in to comment.