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

How to print a bar for each epoch for below code? #45

Open
yasir2afaq opened this issue Feb 22, 2020 · 0 comments
Open

How to print a bar for each epoch for below code? #45

yasir2afaq opened this issue Feb 22, 2020 · 0 comments

Comments

@yasir2afaq
Copy link

here is my code and I want to insert a bar for each epoch and also want to generate an accuracy graph for each epoch please help me out

`learn.lr_find()
learn.recorder.plot()

lr = 0.01
learn.fit_one_cycle(9, slice(lr))

learn.save('classif_restnet50')`

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

No branches or pull requests

1 participant