简体   繁体   English

是否存在可以通过AWS Lambda执行的“微小” Tensorflow / Keras?

[英]Does a “tiny” Tensorflow / Keras exist which can be executed with AWS Lambda?

The Python Tensorflow package is huge and AWS Lambda allows only 250 MB in which you have to bring all resources in a zip file, including all dependencies. Python Tensorflow软件包非常庞大,AWS Lambda仅允许使用250 MB,您必须在其中将所有资源(包括所有依赖项)带入zip文件中。

Is it possible to have a "minified" Tensorflow / Keras? 是否可以使用“最小化”的Tensorflow / Keras?

Yes it is possible by using serverless framework with serverless-ephemeral 是的,可以通过将无服务器框架与无服务器临时性结合使用

A specifc tensorflow packager is included 包含一个特定的Tensorflow包装器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM