BingZhang Hu

Results 1 comments of BingZhang Hu

> 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 problem.