Skip to content

Commit

Permalink
increase batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Aug 6, 2024
1 parent 7f472cf commit dd41659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04_training/07_train_normalizing_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def main(
"gpus",
("max-epochs", 1),
"early-stopping-patience",
("batch-size", 16),
("batch-size", 50),
"num-workers",
)

Expand Down

0 comments on commit dd41659

Please sign in to comment.