How to train keras model using Google Cloud TPU
问题 Theoretically, we are able to train Tensorflow backed Keras model on any platform that supports Tensorflow. However, I can't seem to find any info on how to do it in Google's documentation https://cloud.google.com/tpu/docs/. 回答1: We have an example in the TPU repository here: https://github.com/tensorflow/tpu/blob/master/models/experimental/cifar_keras/cifar_keras.py 来源: https://stackoverflow.com/questions/48771723/how-to-train-keras-model-using-google-cloud-tpu