From 8ef885197d65647539d26a54931f60cfc3c7e21c Mon Sep 17 00:00:00 2001 From: William L Hamilton Date: Fri, 9 Jun 2017 11:11:23 +0100 Subject: [PATCH] Create layers.py --- graphsage/layers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphsage/layers.py b/graphsage/layers.py index 93c9eb8..ca2496d 100644 --- a/graphsage/layers.py +++ b/graphsage/layers.py @@ -12,8 +12,6 @@ FLAGS = flags.FLAGS # Boilerplate parts of this code file were originally forked from # https://github.com/tkipf/gcn # which itself was very inspired by the keras package -# (A full license with non-anonymized attributions will be provided in the -# public repo of this code base) # global unique layer ID dictionary for layer name assignment _LAYER_UIDS = {}