Add missing import to Raytune docs (#17683)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
c05b951f80
commit
b48cec2e54
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ In this example, we demonstrate how to use a custom search space for hyperparame
|
|||
!!! example "Usage"
|
||||
|
||||
```python
|
||||
from ray import tune
|
||||
|
||||
from ultralytics import YOLO
|
||||
|
||||
# Define a YOLO model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue