feat(message passing): used config value for message passing repetitions
This commit is contained in:
parent
6114e36e27
commit
027b13b30f
4 changed files with 14 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ def main(dict_cfg: DictConfig):
|
|||
base_dir=os.path.dirname(run_dir),
|
||||
)
|
||||
logger = get_logger()
|
||||
logger.set_level(logging.DEBUG)
|
||||
logger.set_level(logging.INFO)
|
||||
logger.info(f"Hydra-initialized run: {run_name}")
|
||||
logger.info(f"Output directory: {run_dir}")
|
||||
|
||||
|
|
|
|||
Reference in a new issue