carpedm20 / DCGAN-tensorflow

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

spatial_conv function is not defined anywhere in the project. #6

Closed leconteur closed 8 years ago

leconteur commented 8 years ago

It is used in the line 176 of the model.py file.

carpedm20 commented 8 years ago

@leconteur The DCGAN model with z + external y is not completely implemented in this project. But it should be changed from spatial_conv to conv2d

leconteur commented 8 years ago

Ok. I will implement this in my own fork. Thank you.

Nice project by the way.