Loading models from external source
I have a 500MB model which I am commiting to Git. That is a really bad practice since for newer model versions the repository will be huge. As well, It will slow down all builds for deployments.
I thought of using another repository that contains all the models and then fetch them in running time.
Does anybody know a clean approach or alternative?
Topic data-engineering machine-learning-model python
Category Data Science