Skip to content

Commit

Permalink
Config tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre.delaunay committed May 29, 2023
1 parent fc9a141 commit 5a9ecee
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions config/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ dlrm:
method: njobs
n: 1
argv:
--num-batches: 1000
--num-batches: 500
--data-generation: "random"
--arch-mlp-bot: "512-512-64"
--arch-mlp-top: "1024-1024-1024-1"
Expand All @@ -416,8 +416,10 @@ dlrm:
--arch-interaction-op: "dot"
--numpy-rand-seed: "727"
--print-freq: 999999
--enable-profiling: true
--mini-batch-size: 16384
--test-mini-batch-size: 16384
--test-num-workers: 0
--mini-batch-size: 55296
--test-mini-batch-size: 131072
--test-num-workers: 16
--use-gpu: true
--test-freq: -1
--enable-profiling: null
--num-workers: 8

0 comments on commit 5a9ecee

Please sign in to comment.