【发布时间】:2018-09-29 07:55:00
【问题描述】:
我尝试从 tensorflow git 运行这段代码:mnist_tpu with
python mnist_tpu.py --tpu=''
python mnist_tpu.py --use_tpu=false --tpu=''
但我总是收到以下错误:
AttributeError: module 'official.mnist.mnist' has no attribute 'create_model'
我不知道 create_model 方法是在哪里定义的。我感觉文档仍然缺少一些信息。
有什么想法吗?提前致谢。
【问题讨论】:
标签: tensorflow google-cloud-tpu