You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution fails with the following error at the start up (during the warm-up) and when clicking "Guess" button.
A TF.js demo, Emoji Scavenger Hunt, that uses similar features, runs fine on Android Chrome, So, there should be a way to fix it.
Android version tested is 6.0 and TF.js is of version_core: "0.9.1". I don't have newer Android device, but I'm informed that Android 8.0 device failed to run this demo in the same manner.
Uncaught Error: Failed to compile fragment shader.
at Object.createFragmentShader (webpack:///./node_modules/@tensorflow/tfjs-core/dist/kernels/webgl/webgl_util.js?:91)
at GPGPUContext.createProgram (webpack:///./node_modules/@tensorflow/tfjs-core/dist/kernels/webgl/gpgpu_context.js?:166)
at Object.compileProgram (webpack:///./node_modules/@tensorflow/tfjs-core/dist/kernels/webgl/gpgpu_math.js?:25)
at eval (webpack:///./node_modules/@tensorflow/tfjs-core/dist/kernels/backend_webgl.js?:775)
at MathBackendWebGL.getAndSaveBinary (webpack:///./node_modules/@tensorflow/tfjs-core/dist/kernels/backend_webgl.js?:791)
at MathBackendWebGL.compileAndRun (webpack:///./node_modules/@tensorflow/tfjs-core/dist/kernels/backend_webgl.js?:774)
at MathBackendWebGL.conv2d (webpack:///./node_modules/@tensorflow/tfjs-core/dist/kernels/backend_webgl.js?:690)
at environment_1.ENV.engine.runKernel.x (webpack:///./node_modules/@tensorflow/tfjs-core/dist/ops/conv.js?:83)
at Engine.runKernel (webpack:///./node_modules/@tensorflow/tfjs-core/dist/engine.js?:72)
at ConvOps.conv2d (webpack:///./node_modules/@tensorflow/tfjs-core/dist/ops/conv.js?:83)
The text was updated successfully, but these errors were encountered:
Execution fails with the following error at the start up (during the warm-up) and when clicking "Guess" button.
A TF.js demo, Emoji Scavenger Hunt, that uses similar features, runs fine on Android Chrome, So, there should be a way to fix it.
Android version tested is 6.0 and TF.js is of version_core: "0.9.1". I don't have newer Android device, but I'm informed that Android 8.0 device failed to run this demo in the same manner.
The text was updated successfully, but these errors were encountered: