Commit 818e3dbc authored by ADRIAN  AYUSO MUNOZ's avatar ADRIAN AYUSO MUNOZ

Delete line break.

parent 219aea77
......@@ -14,7 +14,6 @@ class GCNEncoder(torch.nn.Module):
in_channels: Size of the input embeddings.
out_channels: Size of the output embeddings.
"""
def __init__(self, in_channels, out_channels):
super(GCNEncoder, self).__init__()
self.conv1 = SAGEConv(in_channels, 2 * out_channels) # cached only for transductive learning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment