I’m having issues getting the requiere version of tensor flow. Below is the messages I get after following the instructions. I have not add any extra cells:
After that cell is ran, I’m unable to import tensor flow. Please help me.
please downgrade protobuf. That is now added in the pip installs when TF is downgraded to TF2.8 before submission:
!pip install tensorflow==2.8.0 --quiet
!pip install keras==2.8.0 --quiet
!pip install protobuf==3.20.*
Thank you! Now it worked.
1 Like