import MNN Error:
initMNN: init numpy failed
Solution:
pip uninstall numpy
pip install numpy
Error Messages:
D:\Anaconda3\lib\site-packages\numpy\_distributor_init.py:32: UserWarning: loaded more than 1 DLL from .libs: D:\Anaconda3\lib\site-packages\numpy\.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll D:\Anaconda3\lib\site-packages\numpy\.libs\libopenblas.XWYDX2IKJW2NMTWSFYNGFUWKQU3LYTCZ.gfortran-win_amd64.dll
mnn compile succefully:
Start to Convert Other Model Format To MNN Model...
[22:16:38] :30: ONNX Model ir version: 4
Start to Optimize the MNN Net...
inputTensors : [ images, ]
outputTensors: [ output, ]
Converted Success!
However, even so, MNN reasoning may report errors
Export failed:
Start to Convert Other Model Format To MNN Model...
[22:19:55] :30: ONNX Model ir version: 4
Start to Optimize the MNN Net...
inputTensors : [ images, ]
outputTensors: [ Transpose156, ]
Converted Success!
Read More:
- [Solved] OpenCV Import Error: ImportError: numpy.core.multiarray failed to import
- Raspberry pie import opencv error: ImportError: numpy.core.multiarray failed to import
- VScode import numpy Error: DLL load failed [How to Solve]
- Python ImportError: numpy.core.multiarray failed to import
- How to Solve M1 chip import numpy Error
- Import CV2 & Numpy report red Warning and Error [How to Solve]
- [Solved] Pytorch Tensor to numpy error: RuntimeError: Can‘t call numpy() on Tensor that requires grad.报错
- For the problem of rejecting old usage errors after numpy is updated, modified in numpy 1.20; for more details and guidance
- Keras import package error: importerror: cannot import name ‘get_ config‘
- [Solved] Numpy Load Error: DLL load failed while importing _multiarray_umath: Could not be found Module
- [Solved] UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring it
- numpy.concatenate() 253rd; 38169Keyerror: 0 [How to Solve]
- Import win32API; importerror: DLL load failed: the specified program was not found
- Invalid python sd, Fatal Python error: init_fs_encoding: failed to get the Python cod [How to Solve]
- [Solved] Pdfplumber Read PDF Sheet Error: AttributeError: function/symbol ‘ARC4_stream_init‘ not found in library
- [Solved] RuntimeError: Numpy is not available (Associated Torch or Tensorflow)
- Python Import Error: SystemError: Parent module ‘‘ not loaded, cannot perform relative import
- [Solved] Original error was: No module named ‘numpy.core._multiarray_umath‘
- import statsmodels.api as sm Error: ImportError: DLL load failed while importing _arpack: The specified program could not be found.
- [Solved] From pip._internal import cmdoptions ImportError: cannot import name SourceDistribution