format pod_block.py

delete one line
This commit is contained in:
Anna Ivagnes
2025-04-28 20:35:14 +02:00
committed by Dario Coscia
parent 3c1fed9ae2
commit aa2ba5fc7f

View File

@@ -163,7 +163,6 @@ class PODBlock(torch.nn.Module):
self._basis = u.T self._basis = u.T
self._singular_values = s self._singular_values = s
def forward(self, X): def forward(self, X):
""" """
The forward pass of the POD layer. The forward pass of the POD layer.