How can I Transfer Learn using TPU on Colab
Solution 1:
Here is a guide: https://www.tensorflow.org/guide/tpu.
TPU can only access to datasets from GCS buckets.
Alternatively you can manage files yourself: load local file and then create dataset using tf.data.Dataset.from_tensor_slices
method.