Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 322 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 322 Bytes

machine_learning

batch_generator.py : Has a class BatchGenerator which generates batches of example from TFRecord format file and shows images in a plot

tfrecord_converter.py : Implements a class TfConverter which converts a set of images to TfRecord format

main.py : shows usage of above two class