Skip to content

Commit

Permalink
Fix default configurations (rollback)
Browse files Browse the repository at this point in the history
  • Loading branch information
1pha committed Mar 18, 2024
1 parent f9fe3f8 commit 227a5a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/dataloader/default.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_target_: torch.utils.data.DataLoader
batch_size: 4
num_workers: 2
batch_size: 32
num_workers: 4
pin_memory: True
dataset: ${dataset}
dataset: ${dataset}
2 changes: 1 addition & 1 deletion config/trainer/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ devices: 1
accelerator: gpu
gradient_clip_val: 1
log_every_n_steps: 50
accumulate_grad_batches: 4
accumulate_grad_batches: 1

0 comments on commit 227a5a1

Please sign in to comment.