Yulong Wang

Results 218 comments of Yulong Wang

The code example of `const MODEL_URL = require('./modelfile.file_extention');` by @JonathanSum - the value of variable MODEL_URL should be set to the "real" model path (either a unix-style file path or...

could you help to try `file:///data/user/0/com.onnxtestbed/cache/LinearBlend_v001.ort` instead of `/data/user/0/com.onnxtestbed/cache/LinearBlend_v001.ort`?

> > could you help to try `file:///data/user/0/com.onnxtestbed/cache/LinearBlend_v001.ort` instead of `/data/user/0/com.onnxtestbed/cache/LinearBlend_v001.ort`? > > @fs-eire Sorry for the very late reply, was a bit busy last week, but thank you very...

This issue (`null is not an object`) probably be the native module is not being built correctly for iOS during a `expo` command. @rahulnainwal107 @jackylu0124 could you try the step4....

Upgrading to 1.17 does not fix this problem for onnxruntime-node. I think that flag currently only works for onnxruntime-web. Need a fix.

For the DynamicQuantizeMatMul, sorry but I do not know much details. Maybe need who write this kernel to take a look. https://cdnjs.cloudflare.com/ajax/libs/onnxruntime-web/1.16.0/ort.es6.min.js

> How hard do you think it would be to make a module that works in both of these environments? Is it worth adding yet anther setting or should we...

BTW it would be great if Emscripten can support generate multiple targets at one build (not only UMD/ESM). In my use case, I acutally need 4 targets: - output.js (umd,...

I would share a viewpoint from a library developer: some requirement above is not a problem of Emscripten, they are more like the problem of bundler. However, we cannot control...

@sbc100 could you help to take a look for this feature request? I tried a few ways in my library but it seems that this cannot be workaround.