Update encoders.py

This commit is contained in:
William L Hamilton 2017-12-27 16:23:07 -06:00 committed by GitHub
parent b0bbc30be5
commit 8e0d053da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@ class Encoder(nn.Module):
Generates embeddings for a batch of nodes.
nodes -- list of nodes
mode -- string desiginating the mode of the nodes
"""
neigh_feats = self.aggregator.forward(nodes, [self.adj_lists[node] for node in nodes],
self.num_sample)