Lessons learned from building machine learning systems
In this blog post I want to collect some of the lessons that I’ve learned over the years building machine learning systems.
Lessons learned
- How to set up Amazon Sagemaker for model training
- How to optimize your Docker: install your dependencies first and your code second
- How to scale up your code
- When you make a dataset, make a small statistics file
- Make sure you can find back your mlflow runs
- Keep seeking input
- Use assertions to check tensor sizes
- Your argparse is not the interface of your application
Comments