You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(mytorch) E:\learn_file\python\Quantify\ppq>python setup.py install
E:\learn_file\python\Quantify\ppq\ppq_init_.py:10: UserWarning: You are importing ppq within its own root folder (E:\learn_file\python\Quantify\ppq).
warnings.warn(message.format(os.getcwd()))
Traceback (most recent call last):
File "E:\learn_file\python\Quantify\ppq\setup.py", line 2, in
from ppq.core import PPQ_CONFIG
File "E:\learn_file\python\Quantify\ppq\ppq_init_.py", line 13, in
from ppq.api.setting import (ActivationQuantizationSetting, DispatchingTable,
File "E:\learn_file\python\Quantify\ppq\ppq\api_init_.py", line 1, in
from ppq.lib import (register_calibration_observer, register_network_exporter,
File "E:\learn_file\python\Quantify\ppq\ppq\lib_init_.py", line 44, in
from .extension import (register_calibration_observer,
File "E:\learn_file\python\Quantify\ppq\ppq\lib\extension.py", line 7, in
from .common import EXPORTERS, PARSERS, QUANTIZER_COLLECTION
File "E:\learn_file\python\Quantify\ppq\ppq\lib\common.py", line 2, in
from ppq.parser import (AscendExporter, CaffeExporter, CaffeParser,
File "E:\learn_file\python\Quantify\ppq\ppq\parser_init_.py", line 9, in
from .nxp_exporter import NxpExporter
File "E:\learn_file\python\Quantify\ppq\ppq\parser\nxp_exporter.py", line 1, in
import onnx
File "D:\App\Anaconda\envs\mytorch\lib\site-packages\onnx_init_.py", line 77, in
from onnx.onnx_cpp2py_export import ONNX_ML
ImportError: DLL load failed while importing onnx_cpp2py_export: 动态链接库(DLL)初始化例程失败。
The text was updated successfully, but these errors were encountered:
(mytorch) E:\learn_file\python\Quantify\ppq>python setup.py install
E:\learn_file\python\Quantify\ppq\ppq_init_.py:10: UserWarning: You are importing ppq within its own root folder (E:\learn_file\python\Quantify\ppq).
warnings.warn(message.format(os.getcwd()))
/ / / /__/ // / // / // / / / / // // / // / /
// // /___,/_,// //_/_/__//
Traceback (most recent call last):
File "E:\learn_file\python\Quantify\ppq\setup.py", line 2, in
from ppq.core import PPQ_CONFIG
File "E:\learn_file\python\Quantify\ppq\ppq_init_.py", line 13, in
from ppq.api.setting import (ActivationQuantizationSetting, DispatchingTable,
File "E:\learn_file\python\Quantify\ppq\ppq\api_init_.py", line 1, in
from ppq.lib import (register_calibration_observer, register_network_exporter,
File "E:\learn_file\python\Quantify\ppq\ppq\lib_init_.py", line 44, in
from .extension import (register_calibration_observer,
File "E:\learn_file\python\Quantify\ppq\ppq\lib\extension.py", line 7, in
from .common import EXPORTERS, PARSERS, QUANTIZER_COLLECTION
File "E:\learn_file\python\Quantify\ppq\ppq\lib\common.py", line 2, in
from ppq.parser import (AscendExporter, CaffeExporter, CaffeParser,
File "E:\learn_file\python\Quantify\ppq\ppq\parser_init_.py", line 9, in
from .nxp_exporter import NxpExporter
File "E:\learn_file\python\Quantify\ppq\ppq\parser\nxp_exporter.py", line 1, in
import onnx
File "D:\App\Anaconda\envs\mytorch\lib\site-packages\onnx_init_.py", line 77, in
from onnx.onnx_cpp2py_export import ONNX_ML
ImportError: DLL load failed while importing onnx_cpp2py_export: 动态链接库(DLL)初始化例程失败。
The text was updated successfully, but these errors were encountered: