Skip to content

Current implementation only supports equal length strides in the row and column dimensions. #53055

@Gandalf401

Description

@Gandalf401

When I use layers related to DepthwiseConv2d operation, such as tf.keras.layers.SeparableConv2d, exception occurs like that: 'Current implementation only supports equal length strides in the row and column dimensions. [Op: DepthwiseConv2dNative]'. It means that i cannot use parameter 'strides' like [1, 2], however, that conflicts with the documentation, which allows 'strides' with list format without mentioning that elements within the list should be the same.
I'm using TensorFlow 2.0.0, and I guess this bug exisits in 3D scenariothe and further edition.
1

Metadata

Metadata

Assignees

Labels

TF 2.0Issues relating to TensorFlow 2.0comp:kerasKeras related issuesstat:awaiting responseStatus - Awaiting response from authortype:bugBug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions