Skip to content

Commit

Permalink
fix (docs) train_custom_data: mscale -> mosaic_scale (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankandrew committed Sep 14, 2021
1 parent 52c878e commit c7c5ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/train_custom_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Generally, for small models, you should weak the aug, while for large models or
self.degrees = 10.0
self.translate = 0.1
self.scale = (0.1, 2)
self.mscale = (0.8, 1.6)
self.mosaic_scale = (0.8, 1.6)
self.shear = 2.0
self.perspective = 0.0
self.enable_mixup = True
Expand Down

0 comments on commit c7c5ccf

Please sign in to comment.