lr-gan.pytorch
lr-gan.pytorch copied to clipboard
How to reproduce the Category specific models in 5.4?
trafficstars
Hi @jwyang , I'm very impressed by your work and very thanks for your publication code. I have few questions about part 5.4 about how to train the Category specific models:
- Did you insert the catogory label into z before inputing the LSTM?
- Did you put the catogory label as the input of the Discrimitor together with the input image(fake and real)?
Could you please give me some advice? Thanks a lot.