Skip to content

Commit

Permalink
reduce batch size to fit on 2 A100
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikschubert committed Mar 28, 2024
1 parent bd26868 commit 2963a40
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/cfg_4dc11_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_proxy_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_proxy_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_proxy_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_proxy_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down
2 changes: 1 addition & 1 deletion config/cfg_4dc11_proxy_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data:
updater_bucket_size: 1000
wandb_mode: offline
worker_episode_bucket_size: 20
max_batch_size: 12000
max_batch_size: 8192
max_cpu_evaluator: 2
max_cpu_inference_server: 5
max_cpu_log_dist_save_collect: 2
Expand Down

0 comments on commit 2963a40

Please sign in to comment.