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

[fix] Always set the run name when initializing a run in lightning #3102

Merged
merged 1 commit into from
Mar 13, 2024

Commits on Feb 14, 2024

  1. Always set the run name when initializing a run in lightning

    Before, the run name would only be set when a run hash has been specified by the user, which
    is only the case in unusual circumstances, e.g. when a previous model training is resumed
    at a later time. In effect, run names were never set in my case.
    martenlienen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ec434d1 View commit details
    Browse the repository at this point in the history