【发布时间】:2017-04-22 16:15:49
【问题描述】:
我想在 google cloud ml 上为 MNIST 运行简单的深度学习模型。我尝试通过 tensroflow 的实用方法 tensorflow.examples.tutorials.mnist 下载并解压它。不幸的是,当我在云中使用它时,我的代码看不到它。我有这样的例外:没有这样的文件或目录:'gs://bucket/path/train-images-idx3-ubyte.gz 当我浏览存储桶时,文件在那里,但 tensorflow 没有看到它。
这有什么问题?
【问题讨论】:
标签: tensorflow mnist google-cloud-ml