How to change the mini-batch accuracy function using trainNetwork? (AKA How to change what the network is optimizing for)
1 次查看(过去 30 天)
显示 更早的评论
I am using trainNetwork to train a network for semantic segmentation. I'd like to change the mini-batch accuracy function to be in terms of the boundary f1 score ( bfscore). It currently seems to be in terms of global accuracy, which is not optimal for my problem. How do I change this?
I have looked though the documentation for trainNetwork and trainingOptions and I did not see anything.
Thanks!
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!