-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Bug Report
Is the issue related to model conversion?
No
Describe the bug
- the onnx name is simple Chinese,such as “士大夫.onnx”
-
output_file_path = 'D:\\士大夫.onnx' onnx.checker.check_model(output_file_path)```
- after run ,throw ValidationError
onnx.onnx_cpp2py_export.checker.ValidationError: Unable to open proto file: D:\士大夫.onnx. Please check if it is a valid proto.
[fail_check("Unable to open proto file: ", proto_path, ". Please check if it is a valid proto. ");]
Line 21 in b60f694
fail_check("Unable to open proto file: ", proto_path, ". Please check if it is a valid proto. "); |
System information
Windows
onnx version 1.15.0