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!