Instead of shuffling x and y , its much easier to shuffle their indices, so first generate a list of indices indices = tf.range(start=0, ...
確定! 回上一頁