PyTorchのSchedulerまとめ

[追記:2019/07/24] 最新版更新してます。 katsura-jp.hatenablog.com 目次 PyTorchライブラリ内にあるscheduler 基本設定 LambdaLR example StepLR example MultiStepLR example ExponentialLR example CosineAnnealingLR example ReduceLROnPlateau example 自作scheduler 実装 おわりに 最近暇な時間にPyTorchのReferen…