Description Usage Arguments Value Author(s) Examples
View source: R/LearningRateSchedule.R
this create learning rate scheduler.
1 | lr_schedule(epoch, lr_rate = 0.01, epoch_N = 10, M = c(10, 100, 100))
|
lr_rate |
learning rate at first. |
epoch_N |
the number of epoch to change learning rate. |
M |
a learning rate factor. |
lr_schedule
Satoshi Kume
1 2 3 4 5 6 | ## Not run:
lr_reducer <- callback_learning_rate_scheduler(lr_schedule(lr_rate=0.01, epoch_N=10))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.