We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08a759 commit 68d3ca0Copy full SHA for 68d3ca0
1 file changed
algorithmic_efficiency/logger_utils.py
@@ -74,6 +74,8 @@ def get_log_dir(
74
if resume.lower() != 'y':
75
sys.exit()
76
77
+ if USE_PYTORCH_DDP:
78
+ dist.barrier()
79
logging.info(f'Creating experiment directory at {experiment_path}.')
80
makedir(experiment_path)
81
return experiment_path
0 commit comments