tf.dataset

tf.data.datasets set each batch (prefetch)

tf.data.datasets set each batch (prefetch) Question: I am looking for help thinking through this. I have a function (that is not a generator) that will give me any number of samples. Let’s say that getting all the data I want to train (1000 samples) can’t fit into memory. So I want to call this function …

Total answers: 1