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 docs for auto_lr_find #3799

Closed
edenlightning opened this issue Oct 2, 2020 · 3 comments
Closed

Fix docs for auto_lr_find #3799

edenlightning opened this issue Oct 2, 2020 · 3 comments
Assignees
Labels
docs Documentation related priority: 0 High priority task
Milestone

Comments

@edenlightning
Copy link
Contributor

This is the correct way to run

trainer = pl.Trainer(auto_lr_find=True)

lr_finder = trainer.tuner.lr_find(model) # Run learning rate finder

fig = lr_finder.plot(suggest=True) # Plot
fig.show()

model.hparams.learning_rate = lr_finder.suggestion()
@edenlightning edenlightning added the docs Documentation related label Oct 2, 2020
@edenlightning edenlightning added this to the 0.9.x milestone Oct 2, 2020
@edenlightning edenlightning added the priority: 0 High priority task label Oct 2, 2020
@Borda
Copy link
Member

Borda commented Oct 3, 2020

@edenlightning mind share where are the wrong docs?

@SkafteNicki
Copy link
Member

Closing this as it was solved by #3883

@thepurpleowl
Copy link
Contributor

thepurpleowl commented Aug 20, 2021

For future readers, it they stumble upon this issue,
refer the following documentation - lr_finder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related priority: 0 High priority task
Projects
None yet
Development

No branches or pull requests

4 participants