running simple tensorflow saved model in c (Segmentation fault)
I am able to run a simple “python tensorflow saved_model” with a input_tensor(-1,1) in c. But when I change my model to an model with input_tensor(-1,2), I get a Segmentation fault.
I am able to run a simple “python tensorflow saved_model” with a input_tensor(-1,1) in c. But when I change my model to an model with input_tensor(-1,2), I get a Segmentation fault.