Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Damowerko committed Mar 20, 2024
1 parent bccf912 commit 3bcaa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def make_trainer(params: argparse.Namespace, callbacks=[]) -> pl.Trainer:
default_root_dir=".",
profiler=params.profiler,
fast_dev_run=params.fast_dev_run,
log_every_n_steps=1 if params.slim else 50,
log_every_n_steps=1 if params.slim else 50,
)


Expand Down

0 comments on commit 3bcaa4a

Please sign in to comment.