Change PODLayer name (#251)
* rename PODBlock * add tutorial rst --------- Co-authored-by: Dario Coscia <dariocoscia@Dario-Coscia.local> Co-authored-by: Dario Coscia <dariocoscia@Dario-Coscia.lan>
This commit is contained in:
@@ -6,7 +6,7 @@ from .stride import Stride
|
||||
from .utils_convolution import optimizing
|
||||
|
||||
|
||||
class PODLayer(torch.nn.Module):
|
||||
class PODBlock(torch.nn.Module):
|
||||
"""
|
||||
POD layer: it projects the input field on the proper orthogonal
|
||||
decomposition basis. It needs to be fitted to the data before being used
|
||||
|
||||
Reference in New Issue
Block a user