Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Keras Tutorial Credit goes to : [Sayak Paul](https://twitter.com/RisingSayak)
|
|
19 |
|
20 |
Data augmentation is a very useful technique that can help to improve the translational invariance of convolutional neural networks (CNN). RandAugment is a stochastic vision data augmentation routine composed of strong augmentation transforms like color jitters, Gaussian blurs, saturations, etc. along with more traditional augmentation transforms such as random crops.
|
21 |
|
22 |
-
Recently, it has been a key component of works like [Noisy Student Training](https://arxiv.org/abs/1911.04252) and [Unsupervised Data Augmentation for Consistency Training](https://arxiv.org/abs/1904.12848). It has been also central to the success of
|
23 |
|
24 |
## About The dataset
|
25 |
|
|
|
19 |
|
20 |
Data augmentation is a very useful technique that can help to improve the translational invariance of convolutional neural networks (CNN). RandAugment is a stochastic vision data augmentation routine composed of strong augmentation transforms like color jitters, Gaussian blurs, saturations, etc. along with more traditional augmentation transforms such as random crops.
|
21 |
|
22 |
+
Recently, it has been a key component of works like [Noisy Student Training](https://arxiv.org/abs/1911.04252) and [Unsupervised Data Augmentation for Consistency Training](https://arxiv.org/abs/1904.12848). It has been also central to the success of EfficientNets.
|
23 |
|
24 |
## About The dataset
|
25 |
|