Skip to content

Commit

Permalink
Update sweep.yaml (#6825)
Browse files Browse the repository at this point in the history
* Update sweep.yaml

Changed focal loss gamma search range between 1 and 4

* Update sweep.yaml

lowered the min value to match default
  • Loading branch information
lcombaldieu committed Mar 4, 2022
1 parent 63ddb6f commit bcc92e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/loggers/wandb/sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ parameters:
fl_gamma:
distribution: uniform
min: 0.0
max: 0.1
max: 4.0
hsv_h:
distribution: uniform
min: 0.0
Expand Down

0 comments on commit bcc92e2

Please sign in to comment.