4rtemi5 commited on
Commit
997927f
1 Parent(s): 3778721

Update introduction.md

Browse files
Files changed (1) hide show
  1. introduction.md +2 -1
introduction.md CHANGED
@@ -65,7 +65,8 @@ a dataset with 700K translated captions.
65
 
66
  ## Better Augmentations
67
 
68
- We knew that without a good augmentation strategy we could never get competitive results to a model trained on 400 million images. Therefor we implemented heavy augmentations to make the training more data efficient. We made sure to keep hue augmentations limited however to still give the model the ability to learn color definitions. While we would have liked to have augmentations for the captions as well after some experimentation we settled with random sampling from the five captions available in MSCOCO and leaving the rest of the captions unmodified.
 
69
 
70
  ## Better Training
71
 
 
65
 
66
  ## Better Augmentations
67
 
68
+ We knew that without a good augmentation strategy we could never get competitive results to a model trained on 400 million images. Therefor we implemented heavy augmentations to make the training more data efficient. They include random affine transformations and perspective changes, as well as occasional equalization and random changes to brightness, contrast, saturation and hue. We made sure to keep hue augmentations limited however to still give the model the ability to learn color definitions.
69
+ While we would have liked to have augmentations for the captions as well after some experimentation we settled with random sampling from the five captions available in MSCOCO and leaving the rest of the captions unmodified.
70
 
71
  ## Better Training
72