Skip to content

ai-how/inputpipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Input pipeline

Libraries to implement deep learning architecture has made it easy for researchers or developers to implement their own architecture and evaluate the performance on tasks at hand. Majority of the time goes in designing a pipeline which takes the data in a raw format and structured the data to be able to feed it for model training. Script input.py details the input pipeline using tensorflow queuing mechanism for training neural networks/deep neural networks. Advantage to this approach is reduced time for fetching mini-batches in each iteration, ability to shuffle data in each epoch (bringing more diverse samples for training).

About

Writing custom pipelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages