How to plot loss history when we do training by Python terminal commands?

I’m training on an RNN at Google Colab, but all cells are command lines from the Python terminal (as below), but I needed to plot the loss history, ROC curve and model architecture, but I have no idea of how to do when you only have terminal command lines, could someone help me with this?… Read More How to plot loss history when we do training by Python terminal commands?