LeeDoYup / AnoGAN-tf

Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
MIT License
270 stars 92 forks source link

About testing slowing down!! #40

Open williamwfhuang opened 4 years ago

williamwfhuang commented 4 years ago

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 memory isn't release?

If you can fix the issue, i will thank you very much!!!

Best Regards.

William