Wesley Khademi

Results 3 comments of Wesley Khademi

Thanks for opening an issue about this. I have known about this bug for a while but just never got around to fixing it. I went ahead an fixed this...

"iter" in this case is the number of steps not epochs. The original EnlightenGAN code trains for 100 epochs while my code trains for 200,000 steps (100,000 iterations with no...

Have you updated your PYTHONPATH to include the ImageEnhancement directory? This seemed to fix any issues I had with that. You can do that using: export PYTHONPATH=$PYTHONPATH:/path/to/ImageEnhancement where "/path/to/ImageEnhancement" is...