Error message: Failed to parse the network descriptor

When I execute this command " ./image-classifier tests/images/imagenet/cat_285.png -use-imagenet-normalization -image-mode=0to1 -m=resnet50 -model-input-name=gpu_0/data -dump-llvm-ir" , this error message "


" occur.

why this error occur??

I think this is because you don’t have the directory resnet50/ containing the model protobuf files in the directory you’re running the command from.

1 Like