what happens with Matlab running training if my laptop eventually restarts for windows updates?
2 ビュー (過去 30 日間)
古いコメントを表示
Currently, I am running Matlab training for alexnet and my laptop needs to update the windows. I am scared if my laptop gets restarted automatically then I have to start the training all again and I dont even have time to do so as deadline is very near to subit the results.
1 件のコメント
Image Analyst
2022 年 11 月 13 日
Did you tell it to use a Checkpoint, which will save you in situations like that?
採用された回答
Jan
2022 年 11 月 14 日
"I am scared if my laptop gets restarted automatically then I have to start the training all again" - if your code does not save intermediate results, a brute restart will require to start the computations from the beginning, of course.
Disable automatic restarts after Windows updates, if you want to run a long calculation in Matlab.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!