Skip to content

Commit

Permalink
added training resume to README
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemap47 committed Sep 24, 2023
1 parent e8c2f1a commit 73c0e39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ You can train your **YOLO-NAS** model with **Single Command Line**
```
python3 train.py --data /dir/dataset/data.yaml --batch 6 --epoch 100 --model yolo_nas_m --size 640
```
### If your training ends in 65th epoch (total 100 epochs), now you can start from 65th epoch and complete your 100 epochs training.
**Example:**
```
python3 train.py --data /dir/dataset/data.yaml --batch 6 --epoch 100 --model yolo_nas_m --size 640 \
--weight runs/train2/ckpt_latest.pth --resume
```

## 📺 Inference
You can Inference your **YOLO-NAS** model with **Single Command Line**
Expand Down

0 comments on commit 73c0e39

Please sign in to comment.