You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had deactivated shuffling of the dataset prior to tf.Dataset introduction because of tf's shuffle-repeat "bug".
Since tf.Dataset allows to first shuffle and then repeat, we may reactivate shuffling by default. This needs checking whether test fail because of different summation orders and so on.
Note that this should in principle change nothing of batch_size equals the dimension of the dataset.
The text was updated successfully, but these errors were encountered:
We had deactivated shuffling of the dataset prior to tf.Dataset introduction because of tf's shuffle-repeat "bug".
Since tf.Dataset allows to first shuffle and then repeat, we may reactivate shuffling by default. This needs checking whether test fail because of different summation orders and so on.
Note that this should in principle change nothing of batch_size equals the dimension of the dataset.
The text was updated successfully, but these errors were encountered: