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

ConvT3D: out of sync defaults and docs #283

Closed simleo closed 3 years ago

simleo commented 3 years ago

In eddl.h, ConvT3D should have 3-element vectors as defaults, e.g.,

const vector<int> &strides = {1, 1, 1}

And the docs should mention the depth, height and width dimensions.

chavicoski commented 3 years ago

Fixed. Thanks!