aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/input.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/input.py')
-rw-r--r--tensorflow/python/training/input.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tensorflow/python/training/input.py b/tensorflow/python/training/input.py
index 83f1ac4abd..e9fe9215ae 100644
--- a/tensorflow/python/training/input.py
+++ b/tensorflow/python/training/input.py
@@ -879,9 +879,6 @@ def batch(tensors, batch_size, num_threads=1, capacity=32,
`get_shape` method will have a first `Dimension` value of `None`, and
operations that depend on fixed batch_size would fail.
- Note: if `num_epochs` is not `None`, this function creates local counter
- `epochs`. Use `local_variables_initializer()` to initialize local variables.
-
Args:
tensors: The list or dictionary of tensors to enqueue.
batch_size: The new batch size pulled from the queue.
@@ -1181,9 +1178,6 @@ def shuffle_batch(tensors, batch_size, capacity, min_after_dequeue,
`get_shape` method will have a first `Dimension` value of `None`, and
operations that depend on fixed batch_size would fail.
- Note: if `num_epochs` is not `None`, this function creates local counter
- `epochs`. Use `local_variables_initializer()` to initialize local variables.
-
Args:
tensors: The list or dictionary of tensors to enqueue.
batch_size: The new batch size pulled from the queue.