Skip to content

Instantly share code, notes, and snippets.

@joeyism
Last active August 8, 2018 01:18
Show Gist options
  • Save joeyism/396b44d7fb6fad4d2c36c10a2c2fc3b1 to your computer and use it in GitHub Desktop.
Save joeyism/396b44d7fb6fad4d2c36c10a2c2fc3b1 to your computer and use it in GitHub Desktop.
import tensorflow as tf
image_size = 32
input_images = tf.placeholder(tf.float32,
shape=[None, image_size, image_size, 3],
name="input_images")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment