Skip to content

Commit

Permalink
Update hyp.scratch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Culturenotes authored Feb 23, 2021
1 parent 9112133 commit 65c349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/hyp.scratch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See tutorials for hyperparameter evolution https://github.com/ultralytics/yolov5#tutorials


lr0: 0.001 # initial learning rate (SGD=1E-2, Adam=1E-3)
lr0: 0.01 # initial learning rate (SGD=1E-2, Adam=1E-3)
lrf: 0.2 # final OneCycleLR learning rate (lr0 * lrf)
momentum: 0.955 # SGD momentum/Adam beta1
weight_decay: 0.0005 # optimizer weight decay 5e-4
Expand Down

0 comments on commit 65c349d

Please sign in to comment.