LeeDoYup / AnoGAN-tf

Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
MIT License
273 stars 90 forks source link

请问数据集的图片大小是可以自己调节的吗? #43

Open FrankFirstLearn opened 4 years ago

FrankFirstLearn commented 4 years ago

我一开始把input_height设置成256,图片256结果报错 ValueError: Trying to share variable discriminator/d_h4_lin/Matrix, but specified shape (8192, 1) and found shape (131072, 1)

后来,使用默认108,图片也用108*108的,但是还是报错 ValueError: Trying to share variable discriminator/d_h4_lin/Matrix, but specified shape (8192, 1) and found shape (25088, 1).

请问怎么样规格的图片才可以让程序接纳?😆