# Precision Tuning [![View Source On Gitee](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r1.9/resource/_static/logo_source_en.png)](https://gitee.com/mindspore/docs/blob/r1.9/docs/mindspore/source_en/faq/precision_tuning.md) **Q: Why is the loss value not converged or why does the accuracy not meet the requirement? How can I locate and optimize the loss value?** A: There are many causes for the non-convergence of the loss value or the accuracy problem. You are advised to check the causes one by one by referring to the following links. - [MindSpore Model Accuracy Tuning Practice (1): Common Accuracy Problems, Causes, and Tuning Approach](https://bbs.huaweicloud.com/forum/forum.php?mod=viewthread&tid=102750) - [MindSpore Model Accuracy Tuning Practice (2): Accuracy Debugging and Tuning Approach](https://bbs.huaweicloud.com/forum/forum.php?mod=viewthread&tid=106624) - [MindSpore Model Accuracy Tuning Practice (3): Common Accuracy Problems](https://bbs.huaweicloud.com/forum/forum.php?mod=viewthread&tid=119271)