[Web] model output is incorrect with webgpu #19816
Labels
api:Javascript
issues related to the Javascript API
platform:web
issues related to ONNX Runtime web; typically submitted using template
Describe the issue
I have various denoising/super-resolution models and they all work fine with wasm, but not with webgpu.
With webgpu, the output value seems to be very large and clipped at the last Clip node.
To reproduce
webgpu_denoise_test.zip
The zip file contains two small onnx models, test image, and the html and javascript to run them.
Screenshots of the results
vgg7_noise0.onnx is a simple model, using only Conv2d, LeakyReLU, and Clip.
Also, I am testing with google-chrome on Linux. If the issue is not reproduced, that may be the cause.
Urgency
I am not in a hurry to solve the problem. I am currently using wasm.
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.17.1
Execution Provider
'webgpu' (WebGPU)
The text was updated successfully, but these errors were encountered: