- Save the plots using MATLAB on the remote machine itself. You may find the plot and save it programmatically. To get a better idea, have a look at the below mentioned code snippet from this MATLAB Answer post: https://www.mathworks.com/matlabcentral/answers/831163-save-finalized-training-progress-plots-using-outputfcn
- Alternatively, use a custom plot function in the "trainingOptions", or save the plot manually as specified in the following documentation: https://www.mathworks.com/help/deeplearning/ref/trainingoptions.html#bvniuj4
- For exporting a copy of the file to your local system, you can transfer the file using scp commad. For instance,the following command would transfer the plot figure to your local system:
- You may find other file transfer utilities for your usage in the following documentation: https://www.mathworks.com/help/cloudcenter/ug/transfer-data-with-standard-utilities.html