The output of tf.depthwiseConv2d operation on the WASM backend is inconsistent with the output on the CPU and WebGL backends #8393
Labels
comp:backend-webgl
comp:wasm
comp:webgpu
stat:awaiting tensorflower
type:bug
Something isn't working
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
Describe the current behavior
Given the specific input and the operator tf.depthwiseConv2d, the output of the backend WASM is inconsistent with the backend CPU and WebGL. The outputs are shown in the following image:
Output:
Describe the expected behavior
The outputs are the same across all backends.
Standalone code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate
the problem. If possible, please share a link to Colab/CodePen/any notebook.
https://codepen.io/liliquan0118/pen/bGXEKjR
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
The text was updated successfully, but these errors were encountered: