フィルターのクリア

Learning Rate Drop Period

13 ビュー (過去 30 日間)
Serhii Bahdasariants
Serhii Bahdasariants 2020 年 4 月 3 日
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!

採用された回答

Srivardhan Gadila
Srivardhan Gadila 2020 年 4 月 5 日
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 件のコメント
Serhii Bahdasariants
Serhii Bahdasariants 2020 年 4 月 9 日
Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by