We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91dab28 + f2a7149 commit 7b949c3Copy full SHA for 7b949c3
1 file changed
src/tfdatacompose/batch.py
@@ -1,4 +1,4 @@
1
-from tensorflow.python.data import AUTOTUNE, Dataset
+from tensorflow.python.data import Dataset
2
3
from tfdatacompose.datasetoperation import DatasetOperation
4
@@ -24,7 +24,5 @@ def apply(self, dataset: Dataset) -> Dataset:
24
return dataset.batch(
25
self.batch_size,
26
self.drop_remainder,
27
- num_parallel_calls=AUTOTUNE,
28
- deterministic=False,
29
name=self.__class__.__name__,
30
)
0 commit comments