Not able to find the Losshitory plots using saveplot #966
Unanswered
anshumansinha16
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Because it is not implemented for higher dimensions, it is available only for 1D problems |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to plot the losshistory (i.e MSE loss in Train, Test data vs epochs) in order to analyse my simulations. As I am performing a parametric study by varying many parameters, I am trying to save all the loss history while my simulation is running and then later on plot them one after the other at the end of the simulation!
Currently, the code is plotting them after every loop of each parameter (i.e if I have 10*5 parameters , then I am getting 50 plots periodically after each simulation (end of epochs)! This is becoming very crumble-some for me to wait and attend all the 50 plots one after the other during the run-time! That's why I want to look at these after all my simulations have finished! For that I enabled the issave=True. But was not bale to locate the plots!
Error: On executing this command; the following error shows up on the terminal Saving loss history to /Users/anshumansinha/Desktop/Project/file/loss.dat .... Error: The network has multiple inputs, and saving such result han't been implemented.
Code:
Beta Was this translation helpful? Give feedback.
All reactions