RABijl
RABijl
Ah so the container should be set with a DNS server it will use. Is this required by default? If so, maybe the example could be updated to reflect this.
Hi, are there any plans to merge this at any point?
@mmartinv since I'm probably the only one looking to use this, I'm willing to look at it instead.
thanks for the really quick response!
thanks I'll give it a try
I did not do that explicitly, I'm under the impression that is part of `make prepare_examples`, I'm not seeing it without a virtualenv
I used a virtualenv that I'd used before for some onnx related things and already had numpy installed. I also did the following things: 1. source the virtualenv 2. delete...
Thank you for getting back to us. I took a look and there was a second instance of the virtualenv that was being created during `make prepare_examples`. This virtualenv has...
I'm putting this on ready for review as it allows running onnx dbks with the remote device and it is already almost 2k lines changed. Any API changes could be...
oke it has been rebased on top of master and I tested both CPU and remote devices with the test program.