Open wyxcc opened 6 years ago
@wyxcc You can download poem or lyrics corpus, then preprocess e.g. tokenize, padding/truncating it to max length, and save it as the same format l did in SeqGAN_Poem , then modify the dataloader little bit and replace the oracle lstm(that is for synthesised data)
What is synthetic oracle dataset? If we have text data then how will I use it to generate new text?. For example, if I will apply movie reviews dataset, how will I get generated data in same text form.
The same question about the input corpus,what if I want to generate some speech or lyrics? Looking forword to your answer!