Slow on using tensorflow in lambda after greengrass deployment

0

I have tried deploying my lambda code in green grass deployment.
The code seems to run slow when i use 'import tensorflow as tf' vs code without it. The code is the example helloworld counter code. I have yet to use any tensorflow commands
It takes about 20-30 minutes before i there is a reply from the trigger.
My greeengrass core device is a rpi

Edited by: fishfish on Oct 20, 2019 4:59 PM

質問済み 5年前281ビュー
1回答
0

it seems that the problem is solve by increasing the memory limit and timeout. not sure the reason though, could it be that the tensor flow library is bigger than 16MB?

Edited by: fishfish on Oct 22, 2019 11:01 PM

Edited by: fishfish on Oct 22, 2019 11:09 PM

回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ