broadinstitute / keras-resnet

Keras package for deep residual networks
Other
300 stars 127 forks source link

Args to Conv3D were given in incorrect format. #72

Open Shankar203 opened 2 years ago

Shankar203 commented 2 years ago

https://github.com/broadinstitute/keras-resnet/blob/898a1ee417e940ff12bf73ad44c2aae88501771f/keras_resnet/models/_3d.py#L77 https://github.com/broadinstitute/keras-resnet/blob/898a1ee417e940ff12bf73ad44c2aae88501771f/keras_resnet/models/_3d.py#L80

Kernel_size of a Conv3D can be a single integer or a tuple of 3 integers!

And similarly with the strides too.

adavaria commented 2 years ago

That's true; please fix this!