I\'m trying to combine tf.data.Dataset.from_generator and tf.GradientTape to train the network using two GPUs.
tf.data.Dataset.from_generator
tf.GradientTape
I found the example from the