fixing adaptive functions
This commit is contained in:
committed by
Nicola Demo
parent
50fb3b731c
commit
4f5d9559b2
@@ -12,7 +12,6 @@ __all__ = [
|
||||
"PeriodicBoundaryEmbedding",
|
||||
"AVNOBlock",
|
||||
"LowRankBlock",
|
||||
"AdaptiveActivationFunction",
|
||||
]
|
||||
|
||||
from .convolution_2d import ContinuousConvBlock
|
||||
@@ -26,5 +25,4 @@ from .fourier import FourierBlock1D, FourierBlock2D, FourierBlock3D
|
||||
from .pod import PODBlock
|
||||
from .embedding import PeriodicBoundaryEmbedding
|
||||
from .avno_layer import AVNOBlock
|
||||
from .lowrank_layer import LowRankBlock
|
||||
from .adaptive_func import AdaptiveActivationFunction
|
||||
from .lowrank_layer import LowRankBlock
|
||||
Reference in New Issue
Block a user