Effacer les filtres
Effacer les filtres

Learning Rate Drop Period

13 vues (au cours des 30 derniers jours)
Serhii Bahdasariants
Serhii Bahdasariants le 3 Avr 2020
Hi!
I am using the 'trainNetwork' function for my net training.
Is there any way to set the 'LearnRateDropPeriod' to be less than 1 epoch? I need it to be updated more frequently.
Thanks in advance!

Réponse acceptée

Srivardhan Gadila
Srivardhan Gadila le 5 Avr 2020
For most tasks, you can control the training algorithm details using the trainingOptions and trainNetwork functions. If the trainingOptions function does not provide the options you need for your task (for example, a custom learn rate schedule), then you can define your own custom training loop using automatic differentiation.
For an example showing how to train a network with a custom learn rate schedule, see Train Network Using Custom Training Loop.
  1 commentaire
Serhii Bahdasariants
Serhii Bahdasariants le 9 Avr 2020
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by