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

Update tuner.py #657

Merged
merged 1 commit into from Mar 1, 2022
Merged

Update tuner.py #657

merged 1 commit into from Mar 1, 2022

Conversation

haifeng-jin
Copy link
Collaborator

@haifeng-jin haifeng-jin commented Feb 28, 2022

Resolves #642
When no objective is specified, we just use save every epoch.

@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2022

Codecov Report

Merging #657 (25b56be) into master (ded9aa3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 25b56be differs from pull request most recent head 2e24458. Consider uploading reports for the commit 2e24458 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #657   +/-   ##
=======================================
  Coverage   92.42%   92.42%           
=======================================
  Files          36       36           
  Lines        2876     2879    +3     
=======================================
+ Hits         2658     2661    +3     
  Misses        218      218           
Impacted Files Coverage Δ
keras_tuner/engine/tuner_utils.py 86.70% <100.00%> (+0.21%) ⬆️
keras_tuner/tuners/bayesian.py 95.37% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cacc500...2e24458. Read the comment docs.

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.

If no objective provided, do not use the SaveBestEpoch callback
2 participants