TLDR; Made a custom tf.keras.utils.Sequence [1] to load batched data into keras.model.fit(...). Generator had considerably worse performance than w
keras.model.fit(...)