hanzhanggit / StackGAN

MIT License
1.86k stars 457 forks source link

How to train with skip-thought text encoder #16

Open cudacaffe opened 7 years ago

cudacaffe commented 7 years ago

Is there an example yml? Do I need to change EMBEDDING_TYPE in it? The char-cnn-rnn features are M x 10 x 1024, but the skip-thought features are M x 4800, do I need to change the xml or the scripts accordingly? Thanks.