Comment on Software design patterns for Machine Learning R&DComments−xaa14yGreat post! I have also found useful:- Record the (Git) revision number of my code for each run.- Use GNU make to manage the pipeline of downloading, training, evaluating, etc.
Comments
Great post! I have also found useful:
- Record the (Git) revision number of my code for each run.
- Use GNU make to manage the pipeline of downloading, training, evaluating, etc.