keras-resnet icon indicating copy to clipboard operation
keras-resnet copied to clipboard

Args to Conv3D were given in incorrect format.

Open Shankar203 opened this issue 4 years ago • 1 comments

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.

Shankar203 avatar Oct 12 '21 08:10 Shankar203

That's true; please fix this!

adavaria avatar May 13 '22 17:05 adavaria