Update params.py
This commit is contained in:
parent
8750361a5d
commit
358182a6d1
|
@ -47,5 +47,6 @@ def read_params():
|
||||||
cfg.cls_thresh = 0.9
|
cfg.cls_thresh = 0.9
|
||||||
|
|
||||||
cfg.use_zero_copy_run = False
|
cfg.use_zero_copy_run = False
|
||||||
|
cfg.use_pdserving = False
|
||||||
|
|
||||||
return cfg
|
return cfg
|
||||||
|
|
Loading…
Reference in New Issue