Create a function/script to create different models for different purposes (e.g. big, medium, small) #45
Labels
machine learning
Things to do with machine learning related to FoodVision/Nutrify.
I'd like a script to create 3 different models (or more):
Ideas
I could have a Python script called
create_models.py
which contains 3x functions (one for each model).Then in the
train.py
script, I can call the appropriate model for the job.Could use the "strategy" pattern in Python, see this video: https://youtu.be/WQ8bNdxREHU
The text was updated successfully, but these errors were encountered: