AnoGAN-tf icon indicating copy to clipboard operation
AnoGAN-tf copied to clipboard

Some Questions on Test stage

Open DingXiaoKe opened this issue 6 years ago • 2 comments

The first stage training is very effective, but when I want to test the accuracy, some issues turned out:

  1. in the model.py anomaly_detector() self.ano_y = none. it will report an error in the def _sampler: yb = tf.reshape(y, [-1, 1, 1, self.y_dim]),because none cannot be reshaped. 2.and when test, the batch_size is set to 1, the self.batch_size in _sampler should also be set to 1. 3.After I modify these codes, and change the input from images into the same data with train, the samples are just like some noises, and I wonder why.

DingXiaoKe avatar Dec 06 '18 11:12 DingXiaoKe

你好,你的测试结果出来了吗,生成的图片跟测试图片长的像吗

lzzlxxlsz avatar May 28 '19 02:05 lzzlxxlsz

@lzzlxxlsz I tested the images and no, the generated images seem to be noise and the other image is most likely the gray scale image of the test image.

sachitha-bandara avatar Mar 27 '20 18:03 sachitha-bandara