Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Guibert committed Jul 4, 2024
1 parent 43576ca commit c6c7961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mfai/torch/models/encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,3 @@ def forward(self, x: torch.Tensor):
y_hat = y_hat.reshape(y_hat.shape[0], -1)
y_hat = self.fc(y_hat)
return y_hat

0 comments on commit c6c7961

Please sign in to comment.