HomeSort by relevance Sort by last modified time
    Searched refs:label_batch (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_input.py 121 images, label_batch = tf.train.shuffle_batch(
128 images, label_batch = tf.train.batch(
137 return images, tf.reshape(label_batch, [batch_size])
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
fully_connected_reader.py 133 image_batch, label_batch = inputs(
140 loss = mnist.loss(logits, label_batch)

Completed in 4932 milliseconds