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 46 forks source link

[WebGL] texture size error occurs for WebGL on Android #1377

Open Christywl opened 3 years ago

Christywl commented 3 years ago

Test Env: Platform: Android(Pixel 3)

Actual Result: An error occurs for WebGL on Android: Requested texture size [4128x4128] greater than WebGL maximum on this browser / GPU [4096x4096]

How to Reproduce:

  1. Visit https://intel.github.io/webml-polyfill/examples/style_transfer
  2. Select WebGL
  3. Select one model
ibelem commented 3 years ago

Link to https://github.com/intel/webml-polyfill/issues/271 and https://github.com/intel/webml-polyfill/issues/182