jackylu0124

Results 42 comments of jackylu0124

Thank you very much for your reply and the valuable insights! You brought up a very good point, the convolution layers with the large kernel sizes aren’t the ones that...

Hi Ifty and Aiyu, Thank you very much for sharing the papers! I had some more time today and read them in details, and they are indeed very intriguing! It's...

> > > That's right, it has a problem. And here's my code Could you please explain the purpose/reasoning behind the for-loop in the code you showed in the screenshot?...

Hi @fs-eire, thank you very much for the insight! I tried using `Buffer.from(linear_blend_model_uint8_buffer).toString("base64")` to get the `BASE64` string representation of my `Uint8Array` buffer and passed the `BASE64` string into the...

Yeah sure, I don't know if these are the ones you are referring to, but I find these resources on `ArrayBuffer` and the various kinds of `TypedArray` helpful: 1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer...

Hi @fs-eire, I have added my sample implementations for initializing inference session with `Uint8Array` and `ArrayBuffer` for React Native on Android platform to the error reproduction repo (same as the...

Hi @fs-eire, I saw your pull request, thank you very much for the implementation! Would you please be able to make the fix for the iOS platform as well? The...

Hi @fs-eire, Is there any update on this? Do you by chance have a timeline on when the model loading via buffer feature will be supported in the NPM `onnxruntime-react-native`...

Hi @fs-eire, @skottmckay, @YUNQIUGUO, A gentle ping, is there any update on this by any chance? Thanks a lot in advance!