Skip to content

Commit

Permalink
Update _ae_bgru.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hadifawaz1999 authored Jul 12, 2024
1 parent 2eb88fd commit 59cd6a3
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 @@ -25,7 +25,7 @@ class AEBiGRUNetwork(BaseDeepLearningNetwork):
_config = {
"python_dependencies": ["tensorflow"],
"python_version": "<3.12",
"structure": "encoder",
"structure": "auto-encoder",
}

def __init__(
Expand Down

0 comments on commit 59cd6a3

Please sign in to comment.