tensorlayer / DCGAN

The Simplest DCGAN Implementation
https://github.com/tensorlayer/tensorlayerx
339 stars 115 forks source link

extract features #8

Open mab85 opened 6 years ago

mab85 commented 6 years ago

@zsdonghao How can i use discriminator layers to take a vector of features for every image in own dataset not celeba?. As paragraph 5.1 in "UNSUPERVISED REPRESENTATION LEARNING WITH DEEP CONVOLUTIONAL GENERATIVE ADVERSARIAL NETWORKS"

TanmDL commented 5 years ago

I am also looking the same question. @mab85 have you found anything on this?