Harly-1506/Keras-Custom-DataGenerator
How to Keras custom dataGenerator !!!
This helps deep learning engineers train image classification models on very large datasets that don't fit into RAM. It takes image file paths and their corresponding labels as input, and outputs batches of pre-processed image data ready for model training, avoiding out-of-memory errors. It's for machine learning practitioners building image-based AI models.
No commits in the last 6 months.
Use this if you are training an image classification model with Keras on a dataset so large that loading all images into memory causes your system to run out of RAM.
Not ideal if your dataset is small enough to fit into memory, or if you are not working with image data for a Keras deep learning model.
Stars
7
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 23, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Harly-1506/Keras-Custom-DataGenerator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch