PaddleClas/tests/config/cpp_config.txt

20 lines
339 B
Plaintext
Raw Normal View History

2021-08-31 20:52:17 +08:00
# model load config
gpu_id 0
gpu_mem 2000
# whole chain test will add following config
# use_gpu 0
# cpu_threads 10
# use_mkldnn 1
# use_tensorrt 0
# use_fp16 0
# cls config
2021-09-06 16:43:07 +08:00
cls_model_path ../inference/inference.pdmodel
cls_params_path ../inference/inference.pdiparams
2021-08-31 20:52:17 +08:00
resize_short_size 256
crop_size 224
# for log env info
benchmark 1