Jing Jin
Jing Jin
Hi @amitmaliik Sorry for the delay.. I was busy with other projects.. I cloned your repo, but I couldn't reproduce the errors.. I can see the embedding being printed after...
Hi @tiandeyu-github, thank you! For this, you need to add ` {startsWith: 'fill '},` (note the extra space after "fill") to the end of the `TEST_FILTERS` array [here](https://github.com/tensorflow/tfjs/blob/master/tfjs-backend-wasm/src/setup_test.ts#L34). This will...
Hi @josephrocca sorry for the delay.. I should've replied earlier:) I am not an expert on model conversion, but those ops seem to be pretty popular and should be supported....
Thank you so much for your insights on this @josephrocca! I agree with your points, especially about "strong fallback". I will take a closer look on this issue (focusing on...
BTW @josephrocca do you have a converted tflite model (with TF select) available somewhere I can try? Thanks!
Hi @josephrocca I am sorry... I haven't had time to look into this and have been busy with other projects.. I probably don't have an ETA on this. Keeping this...
Thank you @Michael-F-Bryan for the report. Your are right. We actually haven't worked on nodejs support for tfjs-tflite yet (hence the alpha version). I will take a look at this...
Hi, Please try the [tfjs-tflite-node](https://www.npmjs.com/package/tfjs-tflite-node) package that @mattsoulanille has been working on. Thanks!
Please see my comments in #6026. Thanks!
Sure! I agree that a better solution is needed. The main thing is that it is tricky to make the wasm binaries (.wasm files) work well with bundlers (e.g. can...