From df72c8e6e6bd6c8a8bf71bf5d4ed64fb79c601c3 Mon Sep 17 00:00:00 2001 From: Daniel Bisig Date: Fri, 16 Jul 2021 21:32:26 +0100 Subject: [PATCH] a commit just for the sake of a commit take 3 --- software_pytorch/aae/aae.py | 1 + 1 file changed, 1 insertion(+) diff --git a/software_pytorch/aae/aae.py b/software_pytorch/aae/aae.py index 955408c..462d209 100644 --- a/software_pytorch/aae/aae.py +++ b/software_pytorch/aae/aae.py @@ -9,6 +9,7 @@ Notes on dilated convolutions: the model combines dilated convolution with regular convolution. It does so my creating branched paths for each convolution step where dilation is greater than 0, the branched paths then join again by adding the results of the regular convolution and dilated convolution. + """ # Imports