Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过运行模型几个时期来使用 Pytorch 在图像分类问题中手动选择正确的学习率。我已经使用 LR 调度器来衰减学习率,并且还在优化器参数组中操纵了学习率,但我看不到损失的任何变化。
调整学习率并找到“那个”可能非常乏味且耗时。
幸运的是,你不是第一个被这个问题困扰的人,有几种方法可以更系统地调整学习率。 仅列举其中两种方法:
请看看这个。它可能会给你一些见解。 LR Finder 法泰