nsl.configs.IntegrationConfig

Contains configuration for computing multimodal integration.

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__

Method generated by attrs for class IntegrationConfig.

__ge__

Method generated by attrs for class IntegrationConfig.

__gt__

Method generated by attrs for class IntegrationConfig.

__le__

Method generated by attrs for class IntegrationConfig.

__lt__

Method generated by attrs for class IntegrationConfig.

__ne__

Method generated by attrs for class IntegrationConfig.