Skip to content

Commit d16dbc8

Browse files
committed
Update cnn.py
1 parent d63e84e commit d16dbc8

File tree

1 file changed

+2
-2
lines changed
  • autointent/modules/scoring/_cnn

1 file changed

+2
-2
lines changed

autointent/modules/scoring/_cnn/cnn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def from_context(
8585
dropout=dropout,
8686
cnn_config=cnn_config
8787
)
88-
88+
8989
def get_embedder_config(self) -> dict[str, Any]:
9090
"""Get the configuration of the embedder."""
9191
config = self.cnn_config.model_dump()
@@ -96,7 +96,7 @@ def get_embedder_config(self) -> dict[str, Any]:
9696
"dropout": self.dropout,
9797
})
9898
return config
99-
99+
100100
def get_implicit_initialization_params(self) -> dict[str, Any]:
101101
return {"cnn_config": self.cnn_config.model_dump()}
102102

0 commit comments

Comments
 (0)