deepmagd / shenaniGAN

Work in progress
MIT License
1 stars 0 forks source link

Added batching for TFRecord based datasets #10

Closed alecokas closed 4 years ago

alecokas commented 4 years ago

We can now read the data from our TFRecords in batches. Only one thing that may be broken is the __len__ of the dataset object - I have marked it with a TODO to check.