erdalalim

Results 2 comments of erdalalim

@AdityaAmrutiya @alla15747 you solve it? Iam trying to run face creation, its prepared to generate 40x40 pixel images.. I want to generate 200x200 pixel so I change 40,40,3 values to...

Hi @u112358 , i can't find the line `x = tf.layers.dense(x, units=inputs_decoder * 2 + 1, activation=lrelu)` in script (DCGAN-face-creation.ipynb), the code you mentioned is in VAE.ipynb. i only need...