Defining the input placeholders

Now we define the placeholder for the input and the noise :

x = tf.placeholder(tf.float32,shape=[None,784])
z = tf.placeholder(tf.float32,shape=[None,100])
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset