1 篇文章带有标签 “cross_check_tool”

OpenVINO Cross Check Tool

Windows 版本有 BUG:在文件 cross_check_tool/utils.py 中的 input_processing 函数。

tensor_name = 'data' # ADD
if tensor_name not in input_names:
  raise Exception(f"Input with name {tensor_name} doesn't exist in the model!")