deephealthproject / eddl

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.
https://deephealthproject.github.io/eddl/
MIT License
34 stars 10 forks source link

Dilated Convolution #171

Closed lauracanalini closed 4 years ago

lauracanalini commented 4 years ago

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.

https://github.com/deephealthproject/eddl/blob/f2f1391a5339d7962b3ec4ea8cd9da0e546b2223/src/layers/conv/layer_conv.cpp#L27-L30

salvacarrion commented 4 years ago

It is not yet implemented. It is there as a sort of a contract.