Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions aeon/networks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"RecurrentNetwork",
"DeepARNetwork",
"TCNNetwork",
"NBeatsNetwork",
]
from aeon.networks._ae_abgru import AEAttentionBiGRUNetwork
from aeon.networks._ae_bgru import AEBiGRUNetwork
Expand All @@ -37,6 +38,7 @@
from aeon.networks._inception import InceptionNetwork
from aeon.networks._lite import LITENetwork
from aeon.networks._mlp import MLPNetwork
from aeon.networks._nbeats import NBeatsNetwork
from aeon.networks._resnet import ResNetNetwork
from aeon.networks._rnn import RecurrentNetwork
from aeon.networks._tcn import TCNNetwork
Expand Down
Loading