We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8405ad9 commit a6914ebCopy full SHA for a6914eb
mmdet/models/detectors/base.py
@@ -69,8 +69,8 @@ def forward(self,
69
- "loss": Forward and return a dict of losses according to the given
70
inputs and data samples.
71
72
- Note that this method doesn't handle neither back propagation nor
73
- optimizer updating, which are done in the :meth:`train_step`.
+ Note that this method doesn't handle either back propagation or
+ parameter update, which are supposed to be done in :meth:`train_step`.
74
75
Args:
76
inputs (torch.Tensor): The input tensor with shape
0 commit comments