augmentation of pretrained network reducing accuracy
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
new_user
el 29 de Dic. de 2021
Respondida: Chunru
el 30 de Dic. de 2021
Hi, image augmentation using pretrained network is reducing accuracy of network. The file 1060.png is with dataaugmentation which reducces the accuracy as compared to 1061.png which has better accuracy without dataaugmentation.
what can be the reason, I read that augmentation increases accuracy.
0 comentarios
Respuesta aceptada
Chunru
el 30 de Dic. de 2021
Generally speaking, training with data augmentation will lead to poorer traing accuracy, since the model needs to fit more training data. Data augmentation acts as a regularize and helps reduce overfitting. Therefore, it generally produce better generalization result. If you have different test/validation dataset, it usually improve the test/validation accuracy instead of training accuracy (as you have shown in the attached figure). Try to include some test/validation data in your training to see if the test/validation accuracy improves with data augumentation.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!