keras-resnet
keras-resnet copied to clipboard
Args to Conv3D were given in incorrect format.
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.
That's true; please fix this!