Closed mawc2019 closed 7 months ago
In this PR, the situation of an empty kernel is avoided and #23 is fixed. The variable shape is renamed as kernel_size to avoid confusion with another variable kernel_shape and the Python command .shape.
shape
kernel_size
kernel_shape
.shape
Closed by #30
In this PR, the situation of an empty kernel is avoided and #23 is fixed. The variable
shape
is renamed askernel_size
to avoid confusion with another variablekernel_shape
and the Python command.shape
.