

Reply to this email directly, view it on GitHub, or unsubscribe.
ARRAYSYNC ALTERNATIVE UPDATE
But it is on my todo list and will update this issue when there is progress. To fix this, we will work on moving that to open source which might take some time. The problem is in our internal build system. To: tensorflow/tfjs FlyWong Mention Re: "v is not a function error" when trying to load tflite custom model with "await tflite.loadTFLiteModel('net_pass.tflite')" (Issue #6026)
ARRAYSYNC ALTERNATIVE FULL
If including tracebacks, please include the full Other info / logs Include any logs or source code that would be helpful toĭiagnose the problem. Import * as tflite from tfliteModel = await tflite.loadTFLiteModel('net_pass.tflite')

If possible, please share a link to Colab/CodePen/any notebook. Provide a reproducible test case that is the bare minimum necessary to generate WebpackJsonpCallback localhost꞉3000/static/js/:1:59Ĭustom model to be loaded and use in prediction for object appearing in html Webpack_require c:\Users\path\ReactJS\proj\webpack\bootstrap:851įn c:\Users\path\ReactJS\proj\webpack\bootstrap:150ġ localhost꞉3000/static/js/:4358:18ĬheckDeferredModules c:\Users\path\ReactJS\proj\webpack\bootstrap:45 SetupProgramParam c:\Users\path\ReactJS\proj\src\index.js:3723Īpp c:\Users\path\ReactJS\proj\src\index.js:4810 I was in debugging mode when I noticed the error after the sample loading code was ran:Ĭonst tfliteModel = await tflite.loadTFLiteModel('net_pass.tflite') This custom tflite model is already in use in another Android App. I am trying to load a custom tflite model into my ReactJS project.
