Experiment - Loading and inference
Problem:You have a trained TensorFlow model saved on disk. You want to load this model and use it to make predictions on new data.
Current Metrics:No current metrics because the model is not yet loaded or used for inference.
Issue:Learners often struggle with correctly loading a saved model and running inference to get predictions.