Skip to content

Commit

Permalink
added TQDMProgressBar to yaml configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig committed Sep 30, 2024
1 parent 8429499 commit 581488a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ trainer:
max_steps: &MAX_STEPS ${oc.env:MAX_STEPS, 500000}
callbacks:
- class_path: eva.callbacks.ConfigurationLogger
- class_path: lightning.pytorch.callbacks.TQDMProgressBar
init_args:
refresh_rate: ${oc.env:TQDM_REFRESH_RATE, 1}
- class_path: eva.vision.callbacks.SemanticSegmentationLogger
init_args:
log_every_n_epochs: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ trainer:
log_every_n_steps: 6
callbacks:
- class_path: eva.callbacks.ConfigurationLogger
- class_path: lightning.pytorch.callbacks.TQDMProgressBar
init_args:
refresh_rate: ${oc.env:TQDM_REFRESH_RATE, 1}
- class_path: eva.vision.callbacks.SemanticSegmentationLogger
init_args:
log_every_n_epochs: 1
Expand Down

0 comments on commit 581488a

Please sign in to comment.