manicman1999 / StyleGAN2-Tensorflow-2.0

StyleGAN 2 in Tensorflow 2.0
MIT License
486 stars 112 forks source link

Generated images are very white #22

Open Zardian18 opened 7 months ago

Zardian18 commented 7 months ago

image Idk y but my images are getting generated like this.

These images are generated with the evaluate function while training. I want to generate fresh images, how do i do that? ive tried calling model.generateTurncated function but it gives error that "ndarray objects are not callable" Can someone help, im new to all this