2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.train.LearningRateScheduler.rst 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
changzherui 提交于 2022-10-14 22:50 . add cn api docs

mindspore.train.LearningRateScheduler

.. py:class:: mindspore.train.LearningRateScheduler(learning_rate_function)

    用于在训练期间更改学习率。

    参数:
        - **learning_rate_function** (Function) - 在训练期间更改学习率的函数。

    .. py:method:: step_end(run_context)

        在step结束时更改学习率。

        参数:
            - **run_context** (RunContext) - 包含模型的一些基本信息。详情请参考 :class:`mindspore.train.RunContext`。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
master

搜索帮助