Add FAQ sections to Modes and Tasks (#14181)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Abirami Vina <abirami.vina@gmail.com> Co-authored-by: RizwanMunawar <chr043416@gmail.com> Co-authored-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
This commit is contained in:
parent
e285d3d1b2
commit
6c13bea7b8
39 changed files with 2247 additions and 481 deletions
|
|
@ -505,7 +505,7 @@ class Model(nn.Module):
|
|||
used to customize various aspects of the validation process.
|
||||
|
||||
Returns:
|
||||
(dict): Validation metrics obtained from the validation process.
|
||||
(ultralytics.utils.metrics.DetMetrics): Validation metrics obtained from the validation process.
|
||||
|
||||
Raises:
|
||||
AssertionError: If the model is not a PyTorch model.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue