I am handling variable length data. Sometimes the input length is excessively large. I am actually searching for how I should handle the GPU memory. One of the solutions is a custom data generator with Keras . You can find this here in the link: https://stanford.edu/~shervine/blog/keras-how-to-generate-data-on-the-fly.
Second, I went through tf.data. Dataset [tf.data.Dataset | TensorFlow v2.16.1] (tf.data.Dataset | TensorFlow v2.16.1). Now, I am not sure what the difference between these two. And which one is good for handling large data.