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.