Actually I haven't completed turning on web. I still have some works to make
it work.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/are-web-or-webassembly-supported-autotvm/9496/9)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these
Thanks @tqchen . after below steps, I find a new problem, I don't know how to
send wasm_binary via rpc tracker. I passed
`session_constructor_args=["rpc.WasmSession", wasm_binary]` in `rpc.connect`.
1. launch rpc tracker
> python -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9192
2. laun
I've already build websocket demo, and run our model with web assembly backend
in browser. but kernel is not tuned with this machine. I've read some tutorials
about android、cuda etc. I found rpc tracker is usefull.
Do we another way without rpc tracker that could be able to do tuning in
bro