I was using tensorflow2. Using my data (ndarray), I converted my training data to \'tf.data.Dataset\'. Now, I want to convert back to ndarray. But there is a problem.
<