Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Chapter04 - Learning Scheduler update #10

Open
waverdeep opened this issue Mar 30, 2022 · 0 comments
Open

Chapter04 - Learning Scheduler update #10

waverdeep opened this issue Mar 30, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@waverdeep
Copy link
Member

@dIronmanb
Learning scheduler를 적용하였는데,

schedular.step()을 호출하지 않아도 learning scheduler가 잘 적용이 되는 것인가요?

# set loss and optimizer
criterion = loss.get_loss(config)
optimizer = optim.get_optimizer(vgg.parameters(), config)
schedule = scheduler.get_scheduler(optimizer, config)

@waverdeep waverdeep added the bug Something isn't working label Mar 30, 2022
@waverdeep waverdeep assigned waverdeep and unassigned waverdeep Mar 30, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant