Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Jun 14, 2024
1 parent 93ba268 commit 8531816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aeon/networks/_ae_bgru.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class AEBiGRUNetwork(BaseDeepNetwork):
Flag to choose whether the latent space is an MTS or Euclidean space.
"""

_tags = {"auto-encoder": True}

def __init__(
self,
latent_space_dim=128,
Expand Down

0 comments on commit 8531816

Please sign in to comment.