Custom Logger does not create output file with DDP #454
Unanswered
yukkyo
asked this question in
DDP / multi-GPU / multi-node
Replies: 1 comment
-
This was due to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried the following source code with ddp.
(reference: https://williamfalcon.github.io/pytorch-lightning/Trainer/Logging/)
.ckpt file is created, but a .csv file (by
metrics_df.to_csv(self.df_path, index=False)
) is not created.And
print(f'metrics_df: \n {metrics_df}')
is worked.Do you know anything? 😢
Beta Was this translation helpful? Give feedback.
All reactions