Skip to content

Commit

Permalink
test (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangruohui authored Feb 24, 2022
1 parent f440728 commit 5ea708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmedit/models/common/linear_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def forward(self, x, activate=True):
"""Forward Function.
Args:
x (torch.Tensor): Input tensor with shape of (n, *, c).
x (torch.Tensor): Input tensor with shape of :math:`(n, *, c)`.
Same as ``torch.nn.Linear``.
activate (bool, optional): Whether to use activation layer.
Defaults to True.
Expand Down

0 comments on commit 5ea708b

Please sign in to comment.