nsl.configs.IntegrationConfig
Stay organized with collections
Save and categorize content based on your preferences.
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
)
Method generated by attrs for class IntegrationConfig.
__ge__
__ge__(
other
)
Method generated by attrs for class IntegrationConfig.
__gt__
__gt__(
other
)
Method generated by attrs for class IntegrationConfig.
__le__
__le__(
other
)
Method generated by attrs for class IntegrationConfig.
__lt__
__lt__(
other
)
Method generated by attrs for class IntegrationConfig.
__ne__
__ne__(
other
)
Method generated by attrs for class IntegrationConfig.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-08-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-08-12 UTC."],[],[]]