How to change the mini-batch accuracy function using trainNetwork? (AKA How to change what the network is optimizing for)
2 ビュー (過去 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!