I want to generate accuracy/loss vs epoch graph from a trained model. Is it possible to do so? an example image is attached.
If you have saved the accuracy values for each epoch, this should be possible.
Otherwise, you would need to rerun the training and plot the metrics for each epoch.