![]() |
Contains configuration for computing multimodal integration.
nsl.configs.IntegrationConfig(
integration_type, hidden_dims,
activation_fn=attr_dict['activation_fn'].default
)
Attributes | |
---|---|
integration_type
|
Type of integration function to apply. |
hidden_dims
|
Integer or a list of Integer, the number of hidden units in the fully-connected layer(s) before the output layer. |
activation_fn
|
Activation function to be applied to. |
Methods
__eq__
__eq__(
other
)
Return self==value.
__ge__
__ge__(
other
)
Automatically created by attrs.
__gt__
__gt__(
other
)
Automatically created by attrs.
__le__
__le__(
other
)
Automatically created by attrs.
__lt__
__lt__(
other
)
Automatically created by attrs.
__ne__
__ne__(
other
)
Check equality and either forward a NotImplemented or return the result negated.