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 checkpoint resuming #58

Merged
merged 2 commits into from
Aug 28, 2019
Merged

Fix checkpoint resuming #58

merged 2 commits into from
Aug 28, 2019

Conversation

SunQpark
Copy link
Collaborator

fix issues reported in #57

  1. reference before assignment error
  2. invalid sanity check

Fixing the first was much easier than I thought it to be.
Moving line 93 up to the line 64 solved the problem.

For the second, the sanity check was there for fine-tuning condition, where a trained checkpoint is loaded and updated by new config.json file given by CLI argument. I noticed that new config file was simply being ignored, and made them work correctly.

@SunQpark SunQpark merged commit a432181 into victoresque:master Aug 28, 2019
@SunQpark SunQpark deleted the fix_resume branch September 18, 2019 09:03
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