Skip to content

[ENH] Added Informer Network to aeon/networks #2924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions aeon/networks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"AEBiGRUNetwork",
"DisjointCNNNetwork",
"RecurrentNetwork",
"InformerNetwork",
]
from aeon.networks._ae_abgru import AEAttentionBiGRUNetwork
from aeon.networks._ae_bgru import AEBiGRUNetwork
Expand All @@ -32,6 +33,7 @@
from aeon.networks._encoder import EncoderNetwork
from aeon.networks._fcn import FCNNetwork
from aeon.networks._inception import InceptionNetwork
from aeon.networks._informer import InformerNetwork
from aeon.networks._lite import LITENetwork
from aeon.networks._mlp import MLPNetwork
from aeon.networks._resnet import ResNetNetwork
Expand Down
Loading
Loading