I tried to run the same code from this site on the PYNQ-Z2 board.
Do you know where I can find the proper Tensorflow & Keras for PYNQ-Z2 on image version PYNQ_Z2_v2.6.0.
Thanks!
Best regards,
Christopher Pham
I tried to run the same code from this site on the PYNQ-Z2 board.
Do you know where I can find the proper Tensorflow & Keras for PYNQ-Z2 on image version PYNQ_Z2_v2.6.0.
Thanks!
Best regards,
Christopher Pham
Hi there,
The Pynq-Z2 has a 32-bit arm processor on it, so if you need to run tensorflow on it you need to compile it from source or find a project that ships these binaries for that architecture.
There are some relevant posts on this Error install Tensorflow - #8 by gnatale Tensorflow and keras on pynq z2 hopefully you will find some of the links there helpful.
Thanks
Shawn
Hi Shawn,
I found this page. I will find time to figure out how to build for the 32-bit arm processor.
Thanks!
Christopher