Update prediction Results docs (#4139)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
8870084645
commit
11d0488bf1
107 changed files with 1451 additions and 1317 deletions
|
|
@ -3,22 +3,24 @@ description: Discover the role of dist.find_free_network_port & dist.generate_dd
|
|||
keywords: Ultralytics, DDP, DDP utility functions, Distributed Data Processing, find free network port, generate DDP command
|
||||
---
|
||||
|
||||
## find_free_network_port
|
||||
# Reference for `ultralytics/utils/dist.py`
|
||||
|
||||
!!! note
|
||||
|
||||
Full source code for this file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/utils/dist.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/utils/dist.py).
|
||||
|
||||
---
|
||||
### ::: ultralytics.utils.dist.find_free_network_port
|
||||
## ::: ultralytics.utils.dist.find_free_network_port
|
||||
<br><br>
|
||||
|
||||
## generate_ddp_file
|
||||
---
|
||||
### ::: ultralytics.utils.dist.generate_ddp_file
|
||||
## ::: ultralytics.utils.dist.generate_ddp_file
|
||||
<br><br>
|
||||
|
||||
## generate_ddp_command
|
||||
---
|
||||
### ::: ultralytics.utils.dist.generate_ddp_command
|
||||
## ::: ultralytics.utils.dist.generate_ddp_command
|
||||
<br><br>
|
||||
|
||||
## ddp_cleanup
|
||||
---
|
||||
### ::: ultralytics.utils.dist.ddp_cleanup
|
||||
## ::: ultralytics.utils.dist.ddp_cleanup
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue