error when running fpAnalyserCompilerIpevaluator_720.py

edited January 2021 in AI Model migration

Hi, I was trying to run the script on my own onnx model, which is optimized via onnx2onnx.py but not pytorch2onnx.py due to some errors , then the following error shows up:

 input = /workspace/.tmp/updater.json

Traceback (most recent call last):

 File "/workspace/scripts/fpAnalyserCompilerIpevaluator_720.py", line 43, in <module>

  bie_file = run_knerex(model_config, threads, 720)

 File "/workspace/scripts/utils/run_knerex.py", line 49, in run_knerex

 subprocess.run([LIBS_FOLDER + '/fpAnalyser/updater/run_updater', '-i', TMP_FOLDER + '/updater.json'], check=True)

 File "/workspace/miniconda/lib/python3.7/subprocess.py", line 512, in run

  output=stdout, stderr=stderr)

subprocess.CalledProcessError: Command '['/workspace/libs/fpAnalyser/updater/run_updater', '-i', '/workspace/.tmp/updater.json']' died with <Signals.SIGSEGV: 11>.



please let me know how to solve this, thanks.

Comments

The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.