You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also want to run my pre-trained custom model on raspberry pi. I want the low power solution. As per my understanding we can directly run our model on raspberry pi just by copying the model from main machine to raspberry pi then why we need to use docker
The text was updated successfully, but these errors were encountered:
I have created one small python script and i am trying to run that on
raspberry pi using docker. My image size is around 700Mb so how that is
handled on raspberry pi.
And for Model training and testing, i have created one virtual environment
in conda in my local machine. so that is handled when i have to run using
docker.
General Discussion
I also want to run my pre-trained custom model on raspberry pi. I want the low power solution. As per my understanding we can directly run our model on raspberry pi just by copying the model from main machine to raspberry pi then why we need to use docker
The text was updated successfully, but these errors were encountered: