Skip to content

beringresearch/datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Tensorflow Input Pipelines

datasets is a python package that enables users to quickly build complex Tensorflow datasets. The tool offers flexibility to import out-of-memory datasets and apply image augmentation functions in real time.

datasets API borrows heavily from ImageDataGenerator, making it nearly a drop-in replacement. However, TFImageDataset class is approximately 5-fold faster than the ImageDataGenerator.

Installation

The latest stable version can be installed directly from github:

git clone https://github.com/beringresearch/datasets/
cd datasets
python3 install --editable .

Getting Started

Check out example notebook to get started with the package.

About

Package for flexible tensorflow dataset creation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages