# Performance Tuning
[](https://gitee.com/mindspore/docs/blob/r1.6/docs/mindspore/faq/source_en/performance_tuning.md)
**Q: What can I do if the network performance is abnormal and weight initialization takes a long time during training after MindSpore is installed?**
A: The `SciPy 1.4` series versions may be used in the environment. Run the `pip list | grep scipy` command to view the `SciPy` version and change the `SciPy` version to that required by MindSpore. You can view the third-party library dependency in the `requirement.txt` file.
> Replace version with the specific version branch of MindSpore.