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

gefragt vor 5 Jahren281 Aufrufe
1 Antwort
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

beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen