Category "tpu"

PyTorch XLA incompatibility issue when running a modified official example

When running this sample using PyTorch XLA modified slightly from the official sample in Colab, the following errors are presented: ImportError: /usr/local/lib/

How to use keras model inside other model in TPU

I am trying to convert a keras model to tpu model in google colab, but this model has another model inside. Take a look at the code: https://colab.research.goo