From 5f0e111cf71b43b33d1d748dec6e1d49d2ed15ec Mon Sep 17 00:00:00 2001 From: Daniele Grattarola Date: Mon, 30 Nov 2020 13:36:38 +0100 Subject: [PATCH] Fix link in ECC docs --- spektral/layers/convolutional/ecc_conv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spektral/layers/convolutional/ecc_conv.py b/spektral/layers/convolutional/ecc_conv.py index 48d6c3a5..110a755d 100644 --- a/spektral/layers/convolutional/ecc_conv.py +++ b/spektral/layers/convolutional/ecc_conv.py @@ -12,7 +12,7 @@ class ECCConv(Conv): An edge-conditioned convolutional layer (ECC) from the paper > [Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on - Graphs](1704.02901)
+ Graphs](https://arxiv.org/abs/1704.02901)
> Martin Simonovsky and Nikos Komodakis **Mode**: single, disjoint, batch.