Open TongbaoYang opened 4 years ago
那个代码参数还需要调整一下,目前生成的效果还不算最好的。你可以挑挑超参数,看看那个超参数比较合适,然后可以反馈给我们,我们最近也在调这个代码,谢谢~
经测试用mse效果好于binary_crossentropy,不过还是会陷入收敛-发散的循环。
出现同样的情况。改进方法: DCGAN需要调节参数,WGAN应该直接用logits作为loss。
我也是 wgan也不收敛
s试试最新的代码。测试效果还可以。
ValueError: You cannot build your model by calling build
if your layers do not support float type inputs. Instead, in order to instantiate and build your model, call
your model on real tensor data (of the correct dtype).
generator.build(input_shape=(None, 100))
程序一直在这里报这个错误怎么回事呢
针对程序,我设定的是:训练一次辨别器,对应训练一次生成器。 我跑了大概20700多个epoch,但是从15600开始,训练的图像就出问题了,不知道程序是哪里出错。