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!")
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!")