Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Jun 12, 2024
1 parent 3a9f926 commit b775e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions numalogic/models/autoencoder/variants/icvanilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def _construct_layers(self, layersizes: Sequence[int]) -> nn.ModuleList:


class VanillaICAE(BaseAE):
r"""Vanilla Autoencoder model with Independent isolated Channels based on the vanilla encoder and decoder.
Each channel is an isolated neural network.
r"""Vanilla Autoencoder model with Independent isolated Channels based
on the vanilla encoder and decoder. Each channel is an isolated neural network.
Args:
----
Expand Down
1 change: 0 additions & 1 deletion tests/models/autoencoder/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from numalogic.models.autoencoder.variants import (
Conv1dAE,
LSTMAE,
SparseVanillaAE,
TransformerAE,
SparseConv1dAE,
VanillaAE,
Expand Down

0 comments on commit b775e1c

Please sign in to comment.