Problem Description:
Obviously installed numpy, and often used and no error occurred, but the following error occurred
No module named’numpy.core._multiarray_umath
Solution:
1. The model may not be saved successfully due to an error when saving the model, just delete the saved model at this time
2. numpy version is too low
Show version pip show numpy
Upgrade version pip install –upgrade numpy