Model Parsing Errors
- E19000 Path[%s]'s realpath is empty, errmsg[%s]
- E10024 Open file[%s] provided in input parameter[--singleop] failed.
- E19002 Path[%s] len is too long, it must be less than [%s]
- E19003 Read file[%s] failed, errmsg[%s]
- E19004 Write file[%s] failed, errmsg[%s]
- E19005 Parse file[%s] failed. Check whether the protobuf is valid or the fields are correct.
- E19006 Can not create directory[%s]. Make sure the directory exists and writable.
- E19007 Failed to convert JSON to string, reason: %s.
- E19008 Failed to convert JSON to string.
- E19009 Check op[%s] failed, the name is repeated.
- E19010 Check op[%s]'s type[%s] failed, the type is unsupported.
- E19011 The output size of op[%s] needs to be greater than zero.
- E19012 Failed to execute the function of [%s] which %s
- E19013 Failed to execute the function of [%s] when multiplying [%s] and [%s].The reason is overflow
- E19014 Op[%s]'s %s is invalid which %s.
- E19015 File[%s] size is 0, not valid.
- E19016 File[%s] size[%s] is out of limit[%s].
- E19017 Fail to open proto file real path is [%s] when orginal file path is [%s].
- E10025 Parse file[%s] through [google::protobuf::TextFormat::Parse] failed, please check whether the file is a valid protobuf format file.
- E19019 Op[%s] doesn't have index[%s]'s %s which optype is [%s].
- E19020 Duplicate to file[%s] failed.
- E19021 %s.
E19000 Path[%s]'s realpath is empty, errmsg[%s]
- Error Message
Path[%s]'s realpath is empty, errmsg[%s]
- Handling Suggestion
Try again with a valid file or a valid path.
E10024 Open file[%s] provided in input parameter[--singleop] failed.
- Error Message
Open file[%s] failed. %s
- Handling Suggestion
Try again with a valid file or a valid path.
E19002 Path[%s] len is too long, it must be less than [%s]
- Error Message
Path[%s] len is too long, it must be less than [%s]
- Handling Suggestion
Try again with a valid file or a valid path.
E19003 Read file[%s] failed, errmsg[%s]
- Error Message
Read file[%s] failed, errmsg[%s]
- Handling Suggestion
Try again with a valid file or a valid path.
E19004 Write file[%s] failed, errmsg[%s]
- Error Message
Write file[%s] failed, errmsg[%s]
- Handling Suggestion
Try again with a valid file or a valid path.
E19005 Parse file[%s] failed. Check whether the protobuf is valid or the fields are correct.
- Error Message
Parse file[%s] failed. Check whether the protobuf is valid or the fileds is correct.
- Handling Suggestion
Try again with a valid file or a valid path.
E19006 Can not create directory[%s]. Make sure the directory exists and writable.
- Error Message
Can not create directory[%s]. Make sure the directory exists and writable.
- Handling Suggestion
Try again with a valid file or a valid path.
E19007 Failed to convert JSON to string, reason: %s.
- Error Message
Failed to convert JSON to string, reason: %s.
- Handling Suggestion
Try again with a valid file or a valid path.
E19008 Failed to convert JSON to string.
- Error Message
Failed to convert JSON to string.
- Handling Suggestion
Try again with a valid file or a valid path.
E19009 Check op[%s] failed, the name is repeated.
- Error Message
Check op[%s] failed, the name is repeated.
- Handling Suggestion
Try again with a valid model.
E19010 Check op[%s]'s type[%s] failed, the type is unsupported.
- Error Message
Check op[%s]'s type[%s] failed, the type is unsupported.
- Handling Suggestion
It is a system error that rarely occurs. The .so files of common operator plug-ins fail to be loaded or the operator plug-ins are not implemented in the custom operator.
E19011 The output size of op[%s] needs to be greater than zero.
- Error Message
The output size of op[%s] needs to be greater than zero.
- Handling Suggestion
Try again with a valid model.
E19012 Failed to execute the function of [%s] which %s
- Error Message
Failed to execute the function of [%s] which %s
- Handling Suggestion
Try again with a valid model.
E19013 Failed to execute the function of [%s] when multiplying [%s] and [%s].The reason is overflow
- Error Message
Failed to execute the function of [%s] when multiplying [%s] and [%s].The reason is overflow
- Handling Suggestion
Try again with a valid model.
E19014 Op[%s]'s %s is invalid which %s.
- Error Message
Op[%s]'s %s is invalid which %s.
- Handling Suggestion
Try again with a valid argument. The function operator in the user .pb model should be defined by using tf.py_func. However, the current code supports the Python decorator in @Defun format only and tf.py_func graphs cannot be parsed by the internal framework. You are advised to modify the source code based on the following code example and try to replace tf.py_func with @Defun.
# fuc to imply (x + y)^2 @function.Defun(tf.float32, tf.float32) def my_func(x, y): add = tf.add(x, y) square = tf.square(add) return square
E19015 File[%s] size is 0, not valid.
- Error Message
File[%s] size is 0, not valid.
- Handling Suggestion
Try again with a valid file or a valid path.
E19016 File[%s] size[%s] is out of limit[%s].
- Error Message
File[%s] size[%s] is out of limit[%s].
- Handling Suggestion
Try again with a valid file or a valid path.
E19017 Fail to open proto file real path is [%s] when orginal file path is [%s].
- Error Message
Fail to open proto file real path is [%s] when orginal file path is [%s].
- Handling Suggestion
Try again with a valid file or a valid path.
E10025 Parse file[%s] through [google::protobuf::TextFormat::Parse] failed, please check whether the file is a valid protobuf format file.
- Error Message
Parse file[%s] through [google::protobuf::TextFormat::Parse] failed, please check whether the file is a valid protobuf format file.
- Handling Suggestion
Try again with a valid file or a valid path.
E19019 Op[%s] doesn't have index[%s]'s %s which optype is [%s].
- Error Message
Op[%s] doesn't have index[%s]'s %s which optype is [%s].
- Handling Suggestion
Try again with a valid connection between operators in the input file.
E19020 Duplicate to file[%s] failed.
- Error Message
Duplicate to file[%s] failed.
- Handling Suggestion
Check that the file is copied to the specified output path.
- E19000 Path[%s]'s realpath is empty, errmsg[%s]
- E10024 Open file[%s] provided in input parameter[--singleop] failed.
- E19002 Path[%s] len is too long, it must be less than [%s]
- E19003 Read file[%s] failed, errmsg[%s]
- E19004 Write file[%s] failed, errmsg[%s]
- E19005 Parse file[%s] failed. Check whether the protobuf is valid or the fields are correct.
- E19006 Can not create directory[%s]. Make sure the directory exists and writable.
- E19007 Failed to convert JSON to string, reason: %s.
- E19008 Failed to convert JSON to string.
- E19009 Check op[%s] failed, the name is repeated.
- E19010 Check op[%s]'s type[%s] failed, the type is unsupported.
- E19011 The output size of op[%s] needs to be greater than zero.
- E19012 Failed to execute the function of [%s] which %s
- E19013 Failed to execute the function of [%s] when multiplying [%s] and [%s].The reason is overflow
- E19014 Op[%s]'s %s is invalid which %s.
- E19015 File[%s] size is 0, not valid.
- E19016 File[%s] size[%s] is out of limit[%s].
- E19017 Fail to open proto file real path is [%s] when orginal file path is [%s].
- E10025 Parse file[%s] through [google::protobuf::TextFormat::Parse] failed, please check whether the file is a valid protobuf format file.
- E19019 Op[%s] doesn't have index[%s]'s %s which optype is [%s].
- E19020 Duplicate to file[%s] failed.
- E19021 %s.