【问题标题】:Can I use TensorFlow in a Google App Engine module?我可以在 Google App Engine 模块中使用 TensorFlow 吗?
【发布时间】:2016-04-06 09:04:09
【问题描述】:

我有一个数据处理模块作为我的 GAE 应用程序的一部分。 TensorFlow 为 Linux 和 OSX 提供了单独的安装程序,这向我表明它可能无法很好地与 GAE 沙箱配合使用。是否可以在 GAE 模块中使用 TensorFlow?

【问题讨论】:

  • 你可以看看here,虽然不确定这是否是你要找的东西。但我认为 docker 安装会更容易。

标签: google-app-engine google-cloud-platform tensorflow gae-module


【解决方案1】:

不,您将无法在标准实例上安装 TensorFlow。

但是,您可以在 managed VMs 实例上安装任何您喜欢的东西。虽然使用计算引擎实例可能更容易。

【讨论】:

  • 你知道这是为什么吗? - 除了标准服务是“沙盒”的事实之外。与其他库/依赖项相比,标准环境中不允许使用的 TensorFlow 有什么特别之处?
  • TensorFlow 是 C++。标准环境(此时)仅支持用 Python、Java、Node.js、PHP、Ruby 和 Go 编写的代码。 cloud.google.com/appengine/docs/the-appengine-environments
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2011-02-12
  • 2015-02-15
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2010-11-11
相关资源
最近更新 更多