Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sayakpaul/keras-examples-randaugment
- Owner: sayakpaul
- License: apache-2.0
- Created: 2021-03-15T10:21:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T07:12:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T02:41:22.802Z (29 days ago)
- Topics: computer-vision, imgaug, keras, randaugment, robustness, tensorflow
- Language: Jupyter Notebook
- Homepage: https://keras.io/examples/vision/randaugment/
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.