We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Running the SageMaker forces you to specify resume_path, but for epoch=0 there are no checkpoint.
resume_path
epoch=0
To Reproduce Run any config with resume_path with empty folder
Expected behavior Expected to check the folder if it have a last checkpoint.
Actual behavior Now it would fall, because resume_path is checkpoint not path.
Environment: Like in environment.yml
The text was updated successfully, but these errors were encountered:
PososikTeam
No branches or pull requests
Describe the bug
Running the SageMaker forces you to specify
resume_path
, but forepoch=0
there are no checkpoint.To Reproduce
Run any config with resume_path with empty folder
Expected behavior
Expected to check the folder if it have a last checkpoint.
Actual behavior
Now it would fall, because resume_path is checkpoint not path.
Environment:
Like in environment.yml
The text was updated successfully, but these errors were encountered: