question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] rpc.connect error

See original GitHub issue

[Description] According to Deploy the Pretrained Model on Raspberry Pi, I have compiled the project with llvm-4.0, but deploy_model_on_rasp.py crashed on tvm/src/runtime/rpc/rpc_socket_impl.cc:47:

 47   CHECK(sock.Connect(addr))
 48       << "Connect to " << addr.AsString() << " failed";

It seems like some network error caused assertion, then I checked the commit log and revert it to e4b9f986dab8c48ba109a52106565fc4be6b67c4, recompile the project, it works well !

Please check the commit 0806b69e3fb136226fa1dafad00bd2c606cc998d carefully, here be dragons.

[Environment] I compile tvm on macOS Mojave 10.14.2, deploy net.tar to Nvidia tx1.

[Document] There is a spell error in Deploy the Pretrained Model on Raspberry Pi

    # target = tvm.target.create('llvm -devcie=arm_cpu -model=bcm2837 -target=armv7l-linux-gnueabihf -mattr=+neon')

device not devcie

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
eqycommented, Jan 23, 2019

Also, feel free to submit a PR for the spelling fix.

1reaction
eqycommented, Jan 22, 2019

Great, thanks. I have a macOS machine and will try to reproduce this tomorrow.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] rpc.connect error · Issue #2475 · apache/tvm - GitHub
It seems like some network error caused assertion, then I checked the commit log and revert it to e4b9f986dab8c48ba109a52106565fc4be6b67c4 ...
Read more >
How to Fix "The RPC Server is Unavailable" Error in Windows
A complete guide to help you tackle your "RPC server is unavailable" error and get your computer back to normal. Learn more now!...
Read more >
Realtek Audio Console not opening. Gives error "Cannot ...
I have a similar problem with Realtek Audio Console not opening. Gives error "Cannot connect to RPC service." Windows 10 18917. This thread...
Read more >
Veeam RPC error: RPC connection failed - Reddit
Hey all, I am running Veeam B&R on an Azure VM, am testing with another server to see if I can get it...
Read more >
517876 - Lost the RPC connection - chromium - Monorail
Several bots had "Lost the RPC connection" failure. ... The suite job has another 3:09:52.969467 till timeout. The suite job has another 2:39: ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found