Skip to content

Commit

Permalink
32mb buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
bengioe committed Feb 23, 2024
1 parent 9c83ce5 commit 648961f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gflownet/tasks/seh_frag.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def main():
"overwrite_existing_exp": True,
"num_training_steps": 100,
"num_workers": 8,
"mp_buffer_size": None,# 32 * 1024 ** 2,
"mp_buffer_size": 32 * 1024 ** 2,
"opt": {
"lr_decay": 20000,
},
Expand Down

0 comments on commit 648961f

Please sign in to comment.