carpedm20 / DCGAN-tensorflow

A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
http://carpedm20.github.io/faces/
MIT License
7.16k stars 2.62k forks source link

Architecture Usage | + GPU problem #329

Open Shnoogy opened 5 years ago

Shnoogy commented 5 years ago

Hey guys,

I'm an architecture student, so all this GAN thing is quite new to me. I'm utilizing it to try and let a computer "envision" building facades based on a big set of old facades in my country.

A. i managed to get the thing running, I messed with a couple of features, but I'm unable to understand how to "turn on" the GPU option (I have, or at least the pip list said I have, tf-GPU + I have cudnn and all the things needed) I just need to turn it on.

B. is there a different version of a GAN you recommend watching and using?

thanks for the help.

oh, and how do i export those nice graphs?

KoreanJ commented 4 years ago

Is there any update on this? I'd like to utilize my GPU if possible