fpAnalyserCompilerIpevaluator_520.py Problem

when i convert Tiny-yolo-v3 from .weight to .opt.onnx want to run fpAnalyserCompilerIpevaluator_520.py

the problem:

input = /workspace/.tmp/updater.json

Assertion `a_group_min_scale <= 1000` failed in /projects_src/kneron_piano/knerex/updater/include/base/process_node/ScaleGenBase.hpp line 642:

Message: nan

terminate called without an active exception

Traceback (most recent call last):

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

  bie_file = run_knerex(model_config, threads, 520)

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

  subprocess.run(commands, 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.SIGABRT: 6>.

maybe the problem is "a_group_min_scale <= 1000" but i can't find any about this param.


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