Low Rank Neural Operator (#270)
* add the Low Rank Neural Operator as Model * add the Low Rank Layer as Layer * adding tests * adding doc --------- Co-authored-by: Dario Coscia <dariocoscia@Dario-Coscia.local> Co-authored-by: Nicola Demo <demo.nicola@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ __all__ = [
|
||||
"PODBlock",
|
||||
"PeriodicBoundaryEmbedding",
|
||||
"AVNOBlock",
|
||||
"LowRankBlock",
|
||||
"AdaptiveActivationFunction",
|
||||
]
|
||||
|
||||
@@ -25,4 +26,5 @@ from .fourier import FourierBlock1D, FourierBlock2D, FourierBlock3D
|
||||
from .pod import PODBlock
|
||||
from .embedding import PeriodicBoundaryEmbedding
|
||||
from .avno_layer import AVNOBlock
|
||||
from .adaptive_func import AdaptiveActivationFunction
|
||||
from .lowrank_layer import LowRankBlock
|
||||
from .adaptive_func import AdaptiveActivationFunction
|
||||
Reference in New Issue
Block a user