AnoGAN-tf
AnoGAN-tf copied to clipboard
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
hey, i recently cloned this repo, there are a few errors in the code, i couldn't train my dataset.
我一开始把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...
When I use my own dataset ,the generated picture are so blurred,and seems like the same color.I do not know what is the matter
To repeat the issue: **1) Download data:** `python download.py mnist` **2) Train a model** `python main.py --dataset mnist --input_height=28 --output_height=28 --train` **3) Prepare test data** Downloaded sample images and put...
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...
When I finished the anomaly test stage with the anomal score,and how can I know the anomaly picture
[python download.py celebA] cannot work well. help me
Hey Lee, I implemented your AnoGAN, but training z-dim noise slowing down during testing in each iteration, do you have any solution to solve the issue? I guess tensorflow graph...
Hi, The generated and the test images are not same ( this was tested with test_epoch=100 so I got 3 generated images, first one at 0th epoch, 50th epoch and...