fix comments

revert-13787-revert-13637-optimize-opyreader
nhzlx 7 years ago
parent f3af90d121
commit d347ea689a

@ -124,9 +124,7 @@ void Main(bool use_gpu, bool use_trt) {
config.device = 0;
config.max_batch_size = 1;
config.fraction_of_gpu_memory = 0.1; // set by yourself
predictor =
CreatePaddlePredictor<paddle::contrib::MixedRTConfig,
PaddleEngineKind::kAutoMixedTensorRT>(config);
predictor = CreatePaddlePredictor<paddle::contrib::MixedRTConfig>(config);
}
VLOG(3) << "begin to process data";

Loading…
Cancel
Save