f942d19788
The tvmc command will throw a error while the passed path of model is not exist, But for PaddlePaddle model, it contains 2 file model_name.pdmodel and model_name.pdiparams, we only pass the prefix like inference_model/model_name. This pr is same with https://github.com/apache/tvm/pull/11108 Since the origin PR didn't update for a long time, I send this new PR