European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.
We were trying to use dilated convolution through the dilation_rate parameter of the Conv Layer. We noticed however that the parameter is never passed to the constructor of the ConvolDescriptor and therefore its value is lost and never used.
We were trying to use dilated convolution through the
dilation_rate
parameter of theConv
Layer. We noticed however that the parameter is never passed to the constructor of theConvolDescriptor
and therefore its value is lost and never used.https://github.com/deephealthproject/eddl/blob/f2f1391a5339d7962b3ec4ea8cd9da0e546b2223/src/layers/conv/layer_conv.cpp#L27-L30