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

Fixed lr_mult for generator #19

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

JonnoFTW
Copy link
Contributor

Fixed #18

Fixes issue surmenok#9
Refactored derivatives into separate function
added function to get best learning rate
Sometimes the training will stop if we get very good but wacky loss in the first few batches. This prevents that.
added example
fixed generator bug
added generator example
keras_lr_finder/lr_finder.py Outdated Show resolved Hide resolved
Accidentally changed the wrong function
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.

Incorrect lr_mult value when using find_generator
2 participants