[Apache TVM Discuss] [Questions] Can not connect andriod device with RPC

2021-11-23 Thread wangbingjia via Apache TVM Discuss
Thanks your replay,Iwill try again! --- [Visit Topic](https://discuss.tvm.apache.org/t/can-not-connect-andriod-device-with-rpc/11548/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org

[Apache TVM Discuss] [Questions] Can not connect andriod device with RPC

2021-11-23 Thread Andrey Malyshev via Apache TVM Discuss
Android rpc tries to connect to the machine running tracker (btw in its turn tracker will try to connect to the phone as well during the work). Android RPC has special fields which you have to fill before you switch "Enable RPC" slider. Phone must be able to connect tracker machine. The simple

[Apache TVM Discuss] [Questions] Can not connect andriod device with RPC

2021-11-23 Thread wangbingjia via Apache TVM Discuss
I see I understand you,I run "hostname -I" to get my machine ip andress, it is 10.12.17.189.If as your replay, I should run "python3 -m tvm.exec.rpc_tracker --host=10.12.17.189 --port=9190".But I tried, it does not work. My pc uses local area network of school, should my phone also use loc

[Apache TVM Discuss] [Questions] Can not connect andriod device with RPC

2021-11-23 Thread Andrey Malyshev via Apache TVM Discuss
Do you point real ip address of machine running tracker in the android rpc? Android and machine running tracker should be in the same subnet because phone has to connect to that machine to the port 3939 in your case. --- [Visit Topic](https://discuss.tvm.apache.org/t/can-not-connect-andri

[Apache TVM Discuss] [Questions] Can not connect andriod device with RPC

2021-11-23 Thread wangbingjia via Apache TVM Discuss
I use this tutorials to deploy model to device. And in tvm application I set "Address:0.0.0.0; Port :3939; key:andriod" **but I can not connect andriod device,who can tell me what is wrong?** https://tvm.apache.org/docs/how_to/deploy_models/deploy_model_on_android.html#sphx-glr-how-to-deploy-mod