format pod_block.py
delete one line
This commit is contained in:
committed by
Dario Coscia
parent
3c1fed9ae2
commit
aa2ba5fc7f
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user