Google Deep Learning Platform unable to use tensorflow 2.3

110 Views Asked by At

I previously made a Deep Learning instance with Tensorflow 2.3 yesterday but encountered some issues getting the GPU to work so I tried deleting and creating a new Deep Learning instance but now I am unable to use version 2.3

It was available a few days ago but now it is not. I need to use this version as some of the features I am using are unavailable in version 2.2

1

There are 1 best solutions below

0
On BEST ANSWER

I decided to manually upgrade the version of tensorflow using:

pip3 install --upgrade tensorflow==2.3.0