Skip to content

Commit

Permalink
fix dnn infer
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChengmo committed Jan 26, 2021
1 parent ebdda14 commit fa0f538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion models/rank/deepfm/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runner:
train_reader_path: "benchmark_reader"
model_save_path: "model"

infer_batch_size: 2
infer_batch_size: 1000
test_data_dir: "test_data"
infer_reader_path: "benchmark_reader"
infer_load_path: "model"
Expand Down
2 changes: 1 addition & 1 deletion models/rank/dnn/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runner:
train_reader_path: "benchmark_reader"
model_save_path: "model"

infer_batch_size: 2
infer_batch_size: 1000
test_data_dir: "test_data"
infer_reader_path: "benchmark_reader"
infer_load_path: "model"
Expand Down
2 changes: 1 addition & 1 deletion models/rank/wide_deep/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runner:
train_reader_path: "benchmark_reader"
model_save_path: "model"

infer_batch_size: 2
infer_batch_size: 1000
test_data_dir: "test_data"
infer_reader_path: "benchmark_reader"
infer_load_path: "model"
Expand Down

0 comments on commit fa0f538

Please sign in to comment.