fcakyon commited on
Commit
b2f01dc
1 Parent(s): 25a9561

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,5 +62,5 @@ results.save(save_dir='results/')
62
  - Finetune the model on your custom dataset:
63
 
64
  ```bash
65
- yolov5 train --img 128 --batch 16 --weights fcakyon/yolov5n-v7.0 --epochs 1 --device cpu --freeze 10
66
  ```
62
  - Finetune the model on your custom dataset:
63
 
64
  ```bash
65
+ yolov5 train --img 640 --batch 16 --weights fcakyon/yolov5n-v7.0 --epochs 10 --device cuda:0
66
  ```