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