Skip to content

Commit 03c782d

Browse files
committed
show num_workers
1 parent 239be0d commit 03c782d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

models/rank/dnn/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runner:
3131
infer_load_path: "output_model_dnn"
3232
infer_start_epoch: 0
3333
infer_end_epoch: 3
34+
num_workers: 0
3435

3536
# distribute_config
3637
sync_mode: "async"

models/rank/dnn/config_bigdata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runner:
3131
infer_load_path: "output_model_dnn_all"
3232
infer_start_epoch: 0
3333
infer_end_epoch: 4
34+
num_workers: 0
3435

3536
#thread_num: 5
3637
#reader_type: "QueueDataset" # DataLoader / QueueDataset / RecDataset

0 commit comments

Comments
 (0)