nielsr HF staff commited on
Commit
65b1198
1 Parent(s): accf07f

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -20,7 +20,7 @@ inference: false
20
  pip install git+https://github.com/THU-MIG/yolov10.git
21
  ```
22
 
23
- ### Training/Validation
24
  ```python
25
  from ultralytics import YOLOv10
26
 
@@ -32,9 +32,6 @@ model.push_to_hub("your-hf-username/yolov10-finetuned")
32
 
33
  # Validation
34
  model.val(...)
35
-
36
- # Prediction
37
- model.predict(...)
38
  ```
39
 
40
  ### Inference
 
20
  pip install git+https://github.com/THU-MIG/yolov10.git
21
  ```
22
 
23
+ ### Training and validation
24
  ```python
25
  from ultralytics import YOLOv10
26
 
 
32
 
33
  # Validation
34
  model.val(...)
 
 
 
35
  ```
36
 
37
  ### Inference