We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keras-resnet/keras_resnet/models/_3d.py
Line 77 in 898a1ee
Line 80 in 898a1ee
Conv3D
single integer
tuple of 3 integers
And similarly with the strides too.
The text was updated successfully, but these errors were encountered:
That's true; please fix this!
Sorry, something went wrong.
No branches or pull requests
keras-resnet/keras_resnet/models/_3d.py
Line 77 in 898a1ee
keras-resnet/keras_resnet/models/_3d.py
Line 80 in 898a1ee
Kernel_size of a
Conv3D
can be asingle integer
or atuple of 3 integers
!And similarly with the strides too.
The text was updated successfully, but these errors were encountered: