I want to import a custom data sets with TFRecordDataset. As I checked the docs I found myself wondering how I can benefit from setting a buffer_size? Is it for very large data sets whre my memory can't handle the complete data?
https://www.tensorflow.org/api_docs/python/tf/data/TFRecordDataset
Thanks in advance!