google-app-engine - 我可以在 Google App Engine 模块中使用 TensorFlow 吗?

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

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

最佳答案

是的。更新答案

来自尼古拉斯的评论:

It is actually possible in F4_1G instances, you have to specify tf-cpu library in requirements.txt: tensorflow-cpu==2.8.0

没有。旧的、过时的答案

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

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

关于google-app-engine - 我可以在 Google App Engine 模块中使用 TensorFlow 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34562557/

相关文章:

python - 在 GAE 中对 webapp.RequestHandler 进行单元测试 - Python

json - 从云函数获取随机wiki页面

node.js - Google Cloud Function 无法连接到 Redis

python - 部署到 Google App Engine 时出现 "No module named cloud"

tensorflow - 使用 ImageDataGenerator 进行 Keras 数据扩充(您的输入数据用完了)

android - 从 GAE 开发服务器使用 Firestore 时出现未经验证的异常

google-app-engine - 无法更新应用程序 : Failed to compile JSP Files

python - 创建一个 1-100 之间的随机数,并且每次都不会改变

python - 在 2.0 session 中迭代 tf.data.Dataset 的正确方法

python - 如何在keras中存储每个时代的操作结果(如TOPK)