I have just begun, but my MATLAB Online session keeps resetting by prompting:
emphasized text
This is happening after my NNet training begins.
Any suggestions?
Thanks!
I have just begun, but my MATLAB Online session keeps resetting by prompting:
emphasized text
This is happening after my NNet training begins.
Any suggestions?
Thanks!
Hi @Vorxart,
This may happen as a result of using too much memory at one time. Please try setting a smaller ‘MiniBatchSize’ for training your neural network and see if that helps. I was able to use a MiniBatchSize of 32 for the sample code, but more complicated preprocessing may require a smaller MiniBatchSize so you may wish to try 16 or even 8.
Let me know if that resolves the issue!
Thanks. Although the training runs, but on multiple attempts, after more than an hour I am suddenly taken to the home screen saying:
I’m sorry to hear that you are experiencing this issue. I have a few clarifying questions that should help me further investigate what may be happening:
Thank you,
Grace
Currently I have included my network’s save-points for continuing training when the session ends and beginning from the last saved point.