stop training model in matlab
이전 댓글 표시
I train faster R-CNN with ten epochs, so how can I stop the model training and It did not finish with ten epochs?
답변 (1개)
Nitin Kapgate
2020년 12월 17일
0 개 추천
You can use trainingOptions function (network training options) to specify the maximum number of epochs (10) using the 'MaxEpochs' name-value pair option.
The value of 'MaxEpochs' is set to 30 by default.
카테고리
도움말 센터 및 File Exchange에서 Object Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!