Skip to content

[bug-fix] Fix regression in --initialize-from feature #4086

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

Merged
merged 3 commits into from
Jun 8, 2020

Conversation

ervteng
Copy link
Contributor

@ervteng ervteng commented Jun 5, 2020

Proposed change(s)

--initalize-from was using the wrong directory (it was loaded from the run-id instead of the initialize_path. This PR fixes that issue and adds a test. This was not broken in the last release and as such no changes to the changelog were made.

NOTE: This commit will be cherry-picked into the release branch.

Types of change(s)

  • Bug fix
  • New feature
  • Code refactor
  • Breaking change
  • Documentation update
  • Other (please describe)

Checklist

  • Added tests that prove my fix is effective or that my feature works
  • Updated the changelog (if applicable)
  • Updated the documentation (if applicable)
  • Updated the migration guide (if applicable)

@ervteng ervteng requested a review from chriselion June 5, 2020 23:47
@ervteng ervteng changed the title [bug-fix] Fix broken --initialize-from feature [bug-fix] Fix regression in --initialize-from feature Jun 5, 2020
@ervteng ervteng requested a review from andrewcoh June 5, 2020 23:48
@ervteng ervteng merged commit 4f70101 into master Jun 8, 2020
@delete-merged-branch delete-merged-branch bot deleted the develop-fixinitfrom branch June 8, 2020 17:55
ervteng pushed a commit that referenced this pull request Jun 9, 2020
* [bug-fix] Fix regression in --initialize-from feature (#4086)

* Fixed text in GettingStarted page specifying the logdir for tensorboard. Before it was in a directory summaries which no longer existed. Results are now saved to the results dir. (#4085)

* [refactor] Remove nonfunctional `output_path` option from TrainerSettings (#4087)

* Reverting bug introduced in #4071 (#4101)

Co-authored-by: Scott <[email protected]>
Co-authored-by: Vincent-Pierre BERGES <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants