Relative Content

Tag Archive for tensorflow2.0

How to run tensorflow on GPU

So I am trying to install tensorflow on Linux Machine(Ubuntu 22.04LTS) and I have gone tru all steps in the install page (https://www.tensorflow.org/install/pip) but I am still getting this error.

Cannot unbatch tensorflow dataset

I have list of files (X_files and Y_files) containing numpy arrays of shape N x … and N x …, where N is a sample dimension. I can load them in a tensorflow dataset like this: