Update#
- class deeplay.components.gnn.mpn.update.Update(*args, **kwargs)#
Bases:
CombineLayerActivationUpdate module for MPN.
Methods Summary
Get the arguments for the Update module.
Methods Documentation
- get_forward_args(x)#
Get the arguments for the Update module. An MPN Update module takes the following arguments: - node features (x) - aggregated edge features (aggregates)