-
Notifications
You must be signed in to change notification settings - Fork 29
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 issue 372: resulting tuning config file now preserve comments #373
base: master
Are you sure you want to change the base?
Conversation
|
Coverage Report
Files without new missing coverage
272 files skipped due to complete coverage. Coverage failure: total of 98.04% is less than 98.06% ❌ |
Description
Resulting tuning config file now preserve comments from original config file.
Changes
tune.py
: addwrite_final_config
method that read original config with ruamel.yaml, update it with optimal hyperparameters found during tuning, then write it inoutput_dir
.Checklist