intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 42 forks source link

Style Transfer: Wrong inference result with Wasm backend #1392

Open ibelem opened 3 years ago

ibelem commented 3 years ago
  1. Visit https://intel.github.io/webml-polyfill/examples/style_transfer/?prefer=none&b=WASM&m=fast_style_transfer_tflite&s=image&d=0&f=WebNN

Actual Result: Wrong inference result with Wasm backend

wasm

@BruceDai please check if it's caused by the tf.js upgrade.

ibelem commented 3 years ago

Root cause: Wasm - conv2dTranspose not supported in https://github.com/intel/webml-polyfill/pull/1345