Open Shankar203 opened 3 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
Conv3D
single integer
tuple of 3 integers
And similarly with the strides too.
That's true; please fix this!
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 asingle integer
or atuple of 3 integers
!And similarly with the strides too.