Instructions to use keras-io/CutMix_data_augmentation_for_image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/CutMix_data_augmentation_for_image_classification with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/CutMix_data_augmentation_for_image_classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesadded the examples image
README.md
CHANGED
|
@@ -16,7 +16,7 @@ CutMix is a data Augmentation strategy where some portion of the training exampl
|
|
| 16 |
# CutMix augmented examples from CIFAR-10
|
| 17 |
|
| 18 |
Here are a few examples of augmented images.
|
| 19 |
-

|
| 20 |
|
| 21 |
## Model and Dataset used
|
| 22 |
|