Validation Accuracy doesn't increase.
5 ビュー (過去 30 日間)
古いコメントを表示
Hello, I wonder if any of you who have used deep learning on matlab can help me to troubleshoot my problem. I don't understand why my model's validation accuracy doesn't increase. I used pre-trained AlexNet and My dataset just worked well in Python(PyTorch). I guess there is something problem with dataloader or image type(double, uint8, ...etc).
please help me. Thank you.
And here is my code.
1 件のコメント
Sahar Salimpour
2021 年 2 月 7 日
Hello, i have the same problem. The validation accuracy is a fixed value and doesn't change at all(0.3), did you find any solution ?
回答 (1 件)
Jack Xiao
2021 年 2 月 21 日
reduce the initial learning rate to a smaller value such as 0.0001
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!