Skip to content

P68公式3.36中的p值与下方描述不匹配 #134

@tao355667

Description

@tao355667

公式3.36中的 $p$ 值与下方描述不匹配[P68]

PyTorch的官方文档中momentum参数值默认是0.1,公式如下

$$\hat{x}_{new} = (1 - \text{momentum}) \times \hat{x} + \text{momentum} \times x_t$$

书中的公式3.36,如下

$$\bar{\mu}\leftarrow p\bar{\mu}+(1-p)\mu^t$$

按照PyTorch中的设置,这里的 $p$ 默认值应该是0.9,但是下文却写在 PyTorch 里面,p 设 0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions