Update#

class deeplay.components.gnn.mpn.update.Update(*args, **kwargs)#

Bases: CombineLayerActivation

Update module for MPN.

Methods Summary

get_forward_args(x)

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)