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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南