sugyan / tf-dcgan

DCGAN implementation by TensorFlow
MIT License
156 stars 50 forks source link

Feature matching? #6

Closed christiancosgrove closed 7 years ago

christiancosgrove commented 7 years ago

I saw your YouTube video showing face generation with feature matching. Has it been removed in the TensorFlow 1.0 version of this code?

sugyan commented 7 years ago

Ah, yes. Since feature matching is not included in the original DCGAN paper, I changed it so that users can add them yourself. Please see https://github.com/sugyan/face-generator/blob/4dbfcd3ba8bc166dd85666220461d5dee1a5776e/train.py#L50-L54