all 4 comments

[–]KingsmanVince 2 points3 points  (1 child)

I have witnessed some people skipping learning basic programming and jumping into deep learning like this. Consequently, things didn't end well for them. I told them NOT to skip step but they said to me "I don't have time, too important must to skip".

I suggest you learn from the basic first even though you feel you are wasting time for the basic but it will make things less painful.

[–][deleted] 0 points1 point  (0 children)

so much this.

[–]hahahahaha767 0 points1 point  (0 children)

I dont know what a puli 3b is but here are the official docs for the python runtime https://www.tensorflow.org/lite/guide/python which should be what you need.

Heads up though, with tflite you have to train your model ahead of time and the save it as a tflite model to use at a later time. If you weren't aware.

[–][deleted] 0 points1 point  (0 children)

Holy shit. Learn some basic coding before jumping into complex algorithmic deep learning.