Yuui-Asuka
Results
2
issues of
Yuui-Asuka
According to the source code, if you want to get the output, you must provide decoder input. But if I just have encoder input, how could I get result? Use...
1 .Is it better to use LSE Loss instead of sigmoid? According to the paper https://arxiv.org/abs/1611.04076, I changed "g_loss" to "tf. reduce_mean (tf.nn.l2_loss (fake_output - tf. ones_like (fake_output)))". 2. "imresize"...