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

Anomaly detection slowing down

Open pjbazin opened this issue 5 years ago • 2 comments

Hi Lee,

Thanks for sharing your AnoGAN implementation. I implemented your version and noticed that when looping on anomaly detection the process goes slower an slower. Ater 200 iterrations, the computation can takes more than on minute ! Do you have an idea on what can cause that behaviour ?

pjbazin avatar Mar 27 '19 17:03 pjbazin

I didn't check the issue, but i think it is because of memory usage. Basically, define-and-run is used in tensorflow and there would be unnecessary definition of some operations. I think i can check the issue in this weeked, but if you can check, please pull requests.

LeeDoYup avatar Mar 28 '19 18:03 LeeDoYup

Hi, did you solve this issue? I am faced with the same.

LoKerpiqo avatar Oct 12 '19 11:10 LoKerpiqo