Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sayakpaul/keras-examples-randaugment

Full experimentation notebook for my Keras Example on using RandAugment.
https://github.com/sayakpaul/keras-examples-randaugment

computer-vision imgaug keras randaugment robustness tensorflow

Last synced: 3 days ago
JSON representation

Full experimentation notebook for my Keras Example on using RandAugment.

Awesome Lists containing this project

README

        

# Keras-Examples-RandAugment
Full experimentation notebook for my upcoming Keras example: [RandAugment for Image Classification for Improved Robustness](https://keras.io/examples/vision/randaugment/).

## Acknowledgements
* Thanks for the [ML-GDE](https://developers.google.com/programs/experts/) Program for the GCP credits that allowed me to run the full-scale experiments.
* Thanks to [@fchollet](https://github.com/fchollet) and [@8bitmp3](https://github.com/8bitmp3) for their valuable feedback.