Skip to content

Commit

Permalink
Turning of logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Nov 28, 2024
1 parent e5ef826 commit d52ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mala/common/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def __init__(self):
self.run_name = ""
self.logging_dir = "./mala_logging"
self.logging_dir_append_date = True
self.logger = "tensorboard"
self.logger = None
self.validation_metrics = ["ldos"]
self.validate_on_training_data = False
self.validate_every_n_epochs = 1
Expand Down

0 comments on commit d52ca0c

Please sign in to comment.