Skip to content

Commit

Permalink
added example for training from from pre-trained weight
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemap47 committed Oct 2, 2023
1 parent 5aa0b93 commit 332942e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ You can train your **YOLO-NAS** model with **Single Command Line**
**Example:**
```
python3 train.py --data /dir/dataset/data.yaml --batch 6 --epoch 100 --model yolo_nas_m --size 640
# From Pre-trained weight
python3 train.py --data /dir/dataset/data.yaml --batch 6 --epoch 100 --model yolo_nas_m --size 640 \
--weight runs/train2/ckpt_latest.pth
```
### If your training ends in 65th epoch (total 100 epochs), now you can start from 65th epoch and complete your 100 epochs training.
**Example:**
Expand Down

0 comments on commit 332942e

Please sign in to comment.