Tensorflow CPU ok: GPU errors

I can successfully run many notebooks with
(Colab) or (Tensorflow CPU),
but
(Tensorflow GPU) fails.

Main error is:
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xc5 in position 0: unexpected end of data

But there are also errors thrown from other working notebooks.

Has anyone found a solution?

tf on local machine appears to be very delicate as to installation environment.

Hi @Richardofaustin, Could you please provide the stand alone code to reproduce the error. And also let us know the details about which version of tensorflow you are using and environment details. Thank You.