C++ PaddleTRT problem
Created by: zjutlzt
C++ Paddle problem When we use PaddleTRT C++ infer, will use config->SetModel("./model_dir/model", "./model_dir/params"); But with this plan , our "model" and “params” will divulge or stolen by some bad guys.
Does Baidu(Paddle) have a good project deployment plan to protect our model and configuration files?