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

GH-986: fix batch step in learning rate finder #1119

Merged
merged 1 commit into from
Sep 17, 2019

Conversation

alanakbik
Copy link
Collaborator

@alanakbik alanakbik commented Sep 17, 2019

Fixes the step problem in the learning rate finder.

closes #986
closes #982
closes #1108

trainer: ModelTrainer = ModelTrainer(tagger, corpus)

# find learning rate
learning_rate_tsv = trainer.find_learning_rate(
    'resources/taggers/example-ner',
    'learning_rate.tsv',
)

@kashif
Copy link
Contributor

kashif commented Sep 17, 2019

👍

1 similar comment
@alanakbik
Copy link
Collaborator Author

👍

@alanakbik alanakbik merged commit 33be769 into master Sep 17, 2019
@yosipk
Copy link
Collaborator

yosipk commented Sep 18, 2019

👍

@yosipk yosipk deleted the GH-986-find-learning-rate branch September 18, 2019 08:26
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.

find_learning_rate does not work anymore find_learning_rate step problem find_learning_rate() Issues
3 participants