Skip to content

Commit

Permalink
[update] update the recipe for training
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Feb 12, 2024
1 parent 43826d1 commit eec3633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

results = model.train(
data='custom.yaml',
epochs=10,
epochs=30,
# imgsz=640,
device='mps'
device='cuda'
)

0 comments on commit eec3633

Please sign in to comment.