Skip to content

akanksha28pathak/Customized-Data-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Customized-Data-Generator

Python code using Keras library for making data generator. The repository contains codes which need to be executed in certain order as follows:

I. partition_form.py - creates dictionary named as 'partition' which contains keys 'train','test' and 'validation' . The value of the keys contains list of indices for the respective task.

II. label_data_formation.py- creates a dictionary 'labels_data' where keys are denoted by names of indices and their values denote the respective class label.

III. generator_code.py-contains code for train generator and test generator. The validation generator will be same as test generator.

About

Python code using Keras library for making data generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages