2021-08-08 20:52:04,233 [INFO] root: Registry: [‘nvcr.io’] [ERROR] UffParser: Unsupported number of graph 0 [ERROR] Failed to parse the model, please check the encoding key to make sure it’s correct [ERROR] Network must have at least one output [ERROR] Network validation failed. [ERROR] Unable to create engine 2021-08-08 20:52:19,019 [INFO] tlt.components.docker_handler.docker_handler: Stopping container.
The path should be inside docker. The etlt file should be existing.
You can run below to check.
$ tlt classification run ls $USER_EXPERIMENT_DIR/export/final_squeezenet_model.etlt
The key is correct. I has only one key, it is correct. The errors such as “Network must have at least one output” show that the etlt file is existing, but “Network validation failed”. I do not know what is Network validation?
I do not know whether the path is inside docker. The tlt commands such as “tlt classification” will run a container as a black box. There are so many errors in this black box, such as file missing. Can we attach these container to location the missing files? Just guessing is not enough to locate the errors.
How to deal it? Thank.
[ERROR] UffParser: Could not parse MetaGraph from /tmp/fileSgs6qm [ERROR] Failed to parse the model, please check the encoding key to make sure it’s correct [ERROR] Network must have at least one output [ERROR] Network validation failed. [ERROR] Unable to create engine Segmentation fault (core dumped)
There is another error on another computer with same KEY. It is conducted in jupyter notebook.
[ERROR] UffParser: Unsupported number of graph 0 [ERROR] Failed to parse the model, please check the encoding key to make sure it’s correct [ERROR] Network must have at least one output [ERROR] Network validation failed. [ERROR] Unable to create engine Segmentation fault (core dumped)