rkjones4 / GANGogh

Using GANs to create Art
358 stars 123 forks source link

Not achieving any progress #18

Open RikKleine opened 3 years ago

RikKleine commented 3 years ago

After more than 25k runs, the generated output is still the same:

good_samples_3_24999

I am using the default settings, nothing changed. Is this is familiar issue?

Dolores2333 commented 3 years ago

I have the same issue. That might because the images are processed wrongly at the very beginning. You can check the generated/samples_groundtruth.png. If this image is also black wiht noise then it's likely that you used training images with .jpg format. I found another repository Carysss/GANGogh whose traning images are PNGs(see smallimage). Since Carysss published the successful outcomes in the folder generated. I suspect the format of tranning data causes this problem.

Nimisha-Pabbichetty commented 1 year ago

Hey, I'm facing the same issue. My training images are png as well. How did you both solve the issue?