CODAIT / max-central-repo

Central Repository of Model Asset Exchange project. This repository contains information about the available models, current project status, contribution guidelines and supporting assets.
https://developer.ibm.com/exchanges/models/
84 stars 28 forks source link

want to deploy pretrained model on raspberry pi 4 for real time testing #26

Open vs1612 opened 3 years ago

vs1612 commented 3 years ago

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

xuhdev commented 3 years ago

The same reason that we do so on a laptop. The isolated environment gives ease to maintain and makes it more reliable to run the model.

vs1612 commented 3 years ago

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.

On Wed, Jul 14, 2021 at 7:22 AM Hong Xu @.***> wrote:

The same reason that we do so on a laptop. The isolated environment gives ease to maintain and makes it more reliable to run the model.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CODAIT/max-central-repo/issues/26#issuecomment-879626222, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUWVGCTPOGVAV5RNA5G5CGTTXUUJPANCNFSM5AKN5GSA .