arnouri

Results 1 comments of arnouri

> > No description provided. > > change `x = tf.layers.dense(x, units=inputs_decoder * 2 + 1, activation=lrelu) `to `x = tf.layers.dense(x, units=inputs_decoder * 2, activation=lrelu)` in `decoder()` will solve this...