Closed kenshin54 closed 3 years ago
After the research, it seems I need to turn on the flag enable-webassembly-simd
in Google Chrome. Now the error disappeared. But when running the demo from the links you shared, it doesn't have any errors even without the flag. Is there anything I missed?
maybe you missed add the "origin-trial". If so, see https://dannadori.medium.com/build-tflite-wasm-simd-and-run-google-meet-virtual-background-6090226ed465 and add your origin-trial code.
@w-okada Ah, that's exactly what I missed. Thanks for your help.
Hi, thanks for making those excellent demos, they're really helpful for learning and experiment.
When running the demos on my local, I got the following error from console, and the SIMD toggle seemed broken also.
I also compared the
tflite-simd.js
from the demos you published on S3 and my local one, they have the md5 hash, it seems they are identical.Can you instruct me what's the potential problem? (I'm new in this area)
Thanks