Replies: 1 comment 7 replies
-
Hello, Try to install
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I was trying to deploy the model of "tfc_end2end_example" to a PYNQ-Z1 board running PYNQ version 2.7.0, but the "execute_onnx()" function fails. I am running the example as the Jupyter notebook hosted by the FINN docker. When deploying to the board booted with a PYNQ v2.6.0 image it works without any problems.
I am pretty sure that I have set everything up, as explained in https://finn-dev.readthedocs.io/en/stable/getting_started.html
The error message of the Jupyter notebook is attached below.
As it seems to me that the execution on the PYNQ isn't happening at all, I tried to run the driver.py script directly on the PYNQ through ssh, but there are permissions missing when trying to run as "python3 driver.py" and the module "pynq" is missiong when run as "sudo python3 driver.py". Screenshots below.
Has anyone already encountered this problem? Is there a workaround, or should I just keep using PYNQ v2.6.0?
Best regards,
Luis
Beta Was this translation helpful? Give feedback.
All reactions