Experiment tracking is very important steps when it comes to model deployment in production. When we make model ready for deployment we compare the performances of different recorded experiments and check which one is the optimal one. That is where it becomes very much important to understand how to do experiment tracking for different models trained under different machine learning frameworks. In this post I am explaining step by step approach to do experiment tracking for TensorFlow Based image classification model.
Tag: MLFlow
Experiment Tracking using MLFlow in Machine Learning
Experiment tracking is the process of recording all the important components such as hyper parameters, metrics, models and artifacts like plots PNG images, files etc. Experiment tracking helps to reproduce the old results by using the stored parameters.