Skip to content

Commit a6914eb

Browse files
authored
[Fix] Fix a grammatical error in docstr (open-mmlab#8639)
1 parent 8405ad9 commit a6914eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmdet/models/detectors/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def forward(self,
6969
- "loss": Forward and return a dict of losses according to the given
7070
inputs and data samples.
7171
72-
Note that this method doesn't handle neither back propagation nor
73-
optimizer updating, which are done in the :meth:`train_step`.
72+
Note that this method doesn't handle either back propagation or
73+
parameter update, which are supposed to be done in :meth:`train_step`.
7474
7575
Args:
7676
inputs (torch.Tensor): The input tensor with shape

0 commit comments

Comments
 (0)