CycleGAN_Tensorlayer icon indicating copy to clipboard operation
CycleGAN_Tensorlayer copied to clipboard

Error in main.py?

Open yongqiangzhang1 opened this issue 7 years ago • 2 comments

Hi @zsdonghao @luoxier , Is there an error in your main.py: _, errGB2A = sess.run([g_b2a_optim, g_b2a_loss], feed_dict={real_A: batch_imgB, real_B: batch_imgB}) Does it should be: _, errGB2A = sess.run([g_b2a_optim, g_b2a_loss], feed_dict={real_A: batch_imgA, real_B: batch_imgB}) Could you please check it and let me know, thanks.

yongqiangzhang1 avatar Oct 08 '17 17:10 yongqiangzhang1

Yes. You are right.

luoxier avatar Oct 09 '17 07:10 luoxier

@luoxier , thx.

yongqiangzhang1 avatar Oct 09 '17 07:10 yongqiangzhang1