williamleif / graphsage-simple

Simple reference implementation of GraphSAGE.
993 stars 242 forks source link

question about calling agg1 and enc1 twice #7

Closed sakhar closed 5 years ago

sakhar commented 5 years ago

I wonder why do we need to call enc2 in self.features in both the encoder and aggregator? Why don't we just use the raw features as the agg2 already aggregates features from neighbors?