Downloads · 30 days
43
8% of all-time downloads
keras-io/randaugment
randaugment is a machine learning model from keras-io. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for tf-keras. The card lists the license as apache-2.0.
Downloads · 30 days
43
8% of all-time downloads
All-time downloads
538
Public
Repo size
287 MB
Likes
0
Public
Click a slice to open those files.
.data-00000-of-00001283 MB · 98%
From the Hugging Face model README
Keras Tutorial Credit goes to : Sayak Paul
Excerpt from the Tutorial:
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.
Recently, it has been a key component of works like Noisy Student Training and Unsupervised Data Augmentation for Consistency Training. It has been also central to the success of EfficientNets.
The model was trained on CIFAR-10, consisting of 60000 32x32 color images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.