Connecting xilinx zcu104 through rpc

Hi @jtuyls /@mak/ @kvaju.454 ,

I am getting error “Cannot create XGraph from string stream because ‘pyxir.io.from_string’ opaque function is not registered” while trying to execute an onnx model on xilinx zcu104 in rpc mode. can we connect and verify model on xilinx board through rpc? please help on this.

@kalyan I didn’t try the flow with rpc before but could replicate the issue you are seeing. I have a fix and will let you know once it’s in.

1 Like

@kalyan The fix for rpc problem has been checked into PyXIR master branch. Now, you will be able to run through rpc flow.

thanks @mak, I will check and update you further.