Stream: git-wasmtime

Topic: wasmtime / Issue #1974 [Help Needed] How to pass large da...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 03 2020 at 00:58):

leonwanghui opened Issue #1974:

Hi all, recently I'm working for compiling a pretrained model (ResNet50) into WASM bytecode, although the model has been transformed into WASM successfully, but it seems that there is no efficient way to pass the image data into WASM to perform inference. Here are some ways I have tried:

Any thoughts on this? Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Jul 03 2020 at 09:36):

leonwanghui commented on Issue #1974:

It seems that the error would be gone when callling memory.grow() to grow up the memory size, so this PR would be closed.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 03 2020 at 09:36):

leonwanghui closed Issue #1974:

Hi all, recently I'm working for compiling a pretrained model (ResNet50) into WASM bytecode, although the model has been transformed into WASM successfully, but it seems that there is no efficient way to pass the image data into WASM to perform inference. Here are some ways I have tried:

Any thoughts on this? Thanks!


Last updated: Nov 22 2024 at 17:03 UTC