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
I use setWasmPath to set path to wasm binary(tfjs-backend-wasm.wasm), but the module seem to find tfjs-backend-wasm-simd.wasm in the same path instead and cause the error file not found. Why the module try to import simd binary file since I specified a wasm file?
The text was updated successfully, but these errors were encountered:
TensorFlow.js version
2.0.1
Browser version
84.0.4147.105 (Official Build) (64-bit)
Describe the problem or feature request
I use
setWasmPath
to set path to wasm binary(tfjs-backend-wasm.wasm), but the module seem to find tfjs-backend-wasm-simd.wasm in the same path instead and cause the errorfile not found
. Why the module try to import simd binary file since I specified a wasm file?The text was updated successfully, but these errors were encountered: