Skip to content

Commit

Permalink
update config for loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tanganke committed Nov 19, 2024
1 parent a1780be commit de4354a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/fabric/loggers/csv_logger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
_target_: lightning.fabric.loggers.CSVLogger
# the logs directory would be `root_dir/name/version_X`
# for example, `outputs/logs/lightning_logs/version_0` and `outputs/logs/lightning_logs/version_1` by default

# root directory for all logging
root_dir: outputs/logs
# the name of the experiment
name: lightning_logs
version: null
prefix: ""
flush_logs_every_n_steps: 100
5 changes: 5 additions & 0 deletions config/fabric/loggers/tensorboard_logger.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
_target_: lightning.fabric.loggers.TensorBoardLogger
# the logs directory would be `root_dir/name/version_X`
# for example, `outputs/logs/lightning_logs/version_0` and `outputs/logs/lightning_logs/version_1` by default

# root directory for all logging
root_dir: outputs/logs
# the name of the experiment
name: "lightning_logs"
version: null
sub_dir: null
Expand Down

0 comments on commit de4354a

Please sign in to comment.