remove argument cpus, and will add in next PR

wangkuiyi-patch-1
Luo Tao 7 years ago
parent dcf40fd0bc
commit 9d1dae3987

@ -69,11 +69,6 @@ def parse_args():
type=int,
default=1,
help='If gpus > 1, will use ParallelExecutor to run, else use Executor.')
parser.add_argument(
'--cpus',
type=int,
default=1,
help='If cpus > 1, will use ParallelDo to run, else use Executor.')
parser.add_argument(
'--data_set',
type=str,

Loading…
Cancel
Save