Open haipnh opened 2 years ago
Hi
Same problem here. Downgrading protobuf library solves the problem for me, Nevertheless there is tensorflow 2.6 installed with cudatoolkit = 11.5 and cudnn = 8.2. According to tensorflow documentation tensorflow 2.6 has to be run with cuda 11.2 and cudnn = 8.1 https://www.tensorflow.org/install/source#gpu Downgrading to those versions raises a lot of conflicts. How can we solve this issue?
PD: There is also incompatibility issues between some libraries version with tensorflow 2.6 that needs to be fixed installing the appropriate version.
Thanks, Javi
Hi,
I'm trying to have a clean install Vitis-AI on my machine.
Before that, I executed:
Then I re-installed docker and performed post-install (https://docs.docker.com/engine/install/ubuntu/)
I checked out the commit ba890549 on master branch, built the GPU image and tried to test the tensorflow2. But it showed error:
In the other hand, the GPU-enabled pytorch can be executed.