Browse Source

!70 【轻量级 PR】:fix typo in formula

Merge pull request !70 from 万万没想到/N/A
tags/v0.2.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
022c79d34e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mindspore/nn/layer/basic.py

+ 2
- 2
mindspore/nn/layer/basic.py View File

@@ -156,10 +156,10 @@ class Dense(Cell):
ValueError: If weight_init or bias_init shape is incorrect.

Inputs:
- **input** (Tensor) - Tensor of shape :math:`(N, in_channels)`.
- **input** (Tensor) - Tensor of shape :math:`(N, in\_channels)`.

Outputs:
Tensor of shape :math:`(N, out_channels)`.
Tensor of shape :math:`(N, out\_channels)`.

Examples:
>>> net = nn.Dense(3, 4)


Loading…
Cancel
Save