diff --git a/.doctrees/autoapi/lasdi/networks/index.doctree b/.doctrees/autoapi/lasdi/networks/index.doctree index 8594f7d..de4c5a1 100644 Binary files a/.doctrees/autoapi/lasdi/networks/index.doctree and b/.doctrees/autoapi/lasdi/networks/index.doctree differ diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index f86c657..0567b8d 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/_sources/autoapi/lasdi/networks/index.rst.txt b/_sources/autoapi/lasdi/networks/index.rst.txt index f99eb91..5d55089 100644 --- a/_sources/autoapi/lasdi/networks/index.rst.txt +++ b/_sources/autoapi/lasdi/networks/index.rst.txt @@ -26,6 +26,34 @@ Module Contents .. py:data:: act_dict + Dictionary to activation functions. + + - :obj:`'ELU'`: :obj:`torch.nn.ELU` + - :obj:`'hardshrink'`: :obj:`torch.nn.Hardshrink` + - :obj:`'hardsigmoid'`: :obj:`torch.nn.Hardsigmoid` + - :obj:`'hardtanh'`: :obj:`torch.nn.Hardtanh` + - :obj:`'hardswish'`: :obj:`torch.nn.Hardswish` + - :obj:`'leakyReLU'`: :obj:`torch.nn.LeakyReLU` + - :obj:`'logsigmoid'`: :obj:`torch.nn.LogSigmoid` + - :obj:`'multihead'`: :obj:`torch.nn.MultiheadAttention` + - :obj:`'PReLU'`: :obj:`torch.nn.PReLU` + - :obj:`'ReLU'`: :obj:`torch.nn.ReLU` + - :obj:`'ReLU6'`: :obj:`torch.nn.ReLU6` + - :obj:`'RReLU'`: :obj:`torch.nn.RReLU` + - :obj:`'SELU'`: :obj:`torch.nn.SELU` + - :obj:`'CELU'`: :obj:`torch.nn.CELU` + - :obj:`'GELU'`: :obj:`torch.nn.GELU` + - :obj:`'sigmoid'`: :obj:`torch.nn.Sigmoid` + - :obj:`'SiLU'`: :obj:`torch.nn.SiLU` + - :obj:`'mish'`: :obj:`torch.nn.Mish` + - :obj:`'softplus'`: :obj:`torch.nn.Softplus` + - :obj:`'softshrink'`: :obj:`torch.nn.Softshrink` + - :obj:`'tanh'`: :obj:`torch.nn.Tanh` + - :obj:`'tanhshrink'`: :obj:`torch.nn.Tanhshrink` + - :obj:`'threshold'`: :obj:`torch.nn.Threshold` + + :type: :obj:`dict` + .. py:class:: MultiLayerPerceptron(layer_sizes, act_type='sigmoid', reshape_index=None, reshape_shape=None, threshold=0.1, value=0.0) Bases: :py:obj:`torch.nn.Module` diff --git a/autoapi/lasdi/networks/index.html b/autoapi/lasdi/networks/index.html index 4e7e1ba..d9021e1 100644 --- a/autoapi/lasdi/networks/index.html +++ b/autoapi/lasdi/networks/index.html @@ -103,7 +103,7 @@
Dictionary to activation functions.
Dictionary to activation functions.
+'ELU'
: torch.nn.ELU
'hardshrink'
: torch.nn.Hardshrink
'hardsigmoid'
: torch.nn.Hardsigmoid
'hardtanh'
: torch.nn.Hardtanh
'hardswish'
: torch.nn.Hardswish
'leakyReLU'
: torch.nn.LeakyReLU
'logsigmoid'
: torch.nn.LogSigmoid
'multihead'
: torch.nn.MultiheadAttention
'PReLU'
: torch.nn.PReLU
'ReLU'
: torch.nn.ReLU
'ReLU6'
: torch.nn.ReLU6
'RReLU'
: torch.nn.RReLU
'SELU'
: torch.nn.SELU
'CELU'
: torch.nn.CELU
'GELU'
: torch.nn.GELU
'sigmoid'
: torch.nn.Sigmoid
'SiLU'
: torch.nn.SiLU
'mish'
: torch.nn.Mish
'softplus'
: torch.nn.Softplus
'softshrink'
: torch.nn.Softshrink
'tanh'
: torch.nn.Tanh
'tanhshrink'
: torch.nn.Tanhshrink
'threshold'
: torch.nn.Threshold
dict