ayoolaolafenwa / PixelLib

Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
MIT License
1.05k stars 264 forks source link

Update code to support Tensorflow 2.8 #135

Open auliaardan opened 2 years ago

auliaardan commented 2 years ago

Currently I am running an issues that seems to be related with the version of Tensorflow, I do not know how to install version 2.0 - 2.4.1 using pip because it states that pip couldnt find the package (can only install to Tensorflow ver >2.5)

onyekaokonji commented 2 years ago

!pip install Tensorflow==2.5.0

You must run this cell before import Tensorflow and if you've already imported TF, then you'll need to restart the kernel.