Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further improve errors. #277

Merged
merged 3 commits into from
May 16, 2024
Merged

Further improve errors. #277

merged 3 commits into from
May 16, 2024

Conversation

GeorgiosSmyrnis
Copy link
Collaborator

This further improves errors, and saves failed checkpoints as well.

@@ -375,6 +379,7 @@ def main(args):
args.wandb = "wandb" in args.report_to or "all" in args.report_to
args.tensorboard = "tensorboard" in args.report_to or "all" in args.report_to
args.checkpoint_path = os.path.join(log_base_path, "checkpoints")
args.failed_checkpoint_path = os.path.join(log_base_path, "checkpoints_failed")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't love adding more things to args but approving for now, in the future let's try to make new variables and pass them around

@achalddave achalddave merged commit 012bf91 into main May 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants