improve the performance of semantic segmentation
1 次查看(过去 30 天)
显示 更早的评论
i used this options for training SegNet on my own data (medical image) but i got high error and looowww accuracy
i reduced the value of learning rate and reguralization but still the same problem..what is your advice to get loww error high accuracy
options = trainingOptions('sgdm', 'Momentum', 0.9,'InitialLearnRate', 0.001, 'LearnRateSchedule', 'piecewise', ...
'LearnRateDropFactor', 0.9,'LearnRateDropPeriod',1,'L2Regularization', 0.0001,'MaxEpochs', 30, ...
'MiniBatchSize', 4, 'Shuffle', 'every-epoch', 'Plots','training-progress', 'VerboseFrequency', 10);
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!