【发布时间】:2019-02-22 01:25:15
【问题描述】:
我仍然想知道如何在训练网络后预测图像的价值,但似乎还不支持。任何解决方法的想法(取自 mnist_tpu.py)?
if mode == tf.estimator.ModeKeys.PREDICT:
raise RuntimeError("mode {} is not supported yet".format(mode))
除了 Stackoverflow - 我还能在其他任何地方获得使用 TPU 实现我的模型的支持吗?
【问题讨论】:
标签: tensorflow google-cloud-platform google-compute-engine google-cloud-ml google-cloud-tpu