18398639574
18398639574
> > @remyavijeesh22 > > Use `g_loss = tf.reduce_mean(tf.nn.sigmoid_cross_entropy_with_logits(logits = disc_fake_image_logits, labels = tf.ones_like(disc_fake_image)))` > > instead of `g_loss = tf.reduce_mean(tf.nn.sigmoid_cross_entropy_with_logits(disc_fake_image_logits, tf.ones_like(disc_fake_image)))` > > I changed that. The error then...
Do you solved this problem?
> 项目迁移到了[官方repo](https://github.com/HouchangX-AI/Multi-label_text_classification),如果你是学员的话直接找班主任要就行了。 不是学院的话,请问能拿到数据吗?谢谢
> Sorry! But I am confused. I tried following the above suggestions, but I am still getting assertion error. Can someone post the directory structure required starting with ./AttGAN-master/. I...