Skip to content

Commit

Permalink
Update _ae_bgru.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Jun 28, 2024
1 parent 8ab1a94 commit b090e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/networks/_ae_bgru.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AEBiGRUNetwork(BaseDeepLearningNetwork):
Flag to choose whether the latent space is an MTS or Euclidean space.
"""

_config["auto-encoder"]=True
_config["structure"] = "auto-encoder"

def __init__(
self,
Expand Down

0 comments on commit b090e32

Please sign in to comment.