Skip to content

Commit

Permalink
fixing linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mk314k committed Nov 21, 2023
1 parent b9dc569 commit bf26541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def vae_loss(recon_x, label):
def train( # pylint: disable=too-many-locals
train_x:torch.Tensor,
train_y:torch.Tensor,
models,
models:tuple[nn.Module],
optims,
num_epochs=10
):
Expand Down

0 comments on commit bf26541

Please sign in to comment.