Closed
Description
GeometricFlux.jl/src/layers/misc.jl
Lines 6 to 13 in c8396e4
Say I want to use a Flux.Chain
to apply a neural network to each node feature vector. I don't think I can just pass in the Chain
here, because it will be applied to the whole node feature matrix, which a) doesn't separate the node features and b) might be of variable size. Should the functionality of bypass_graph
be changed so that it applies a mapping over node feature vectors instead?
Metadata
Metadata
Assignees
Labels
No labels