iamaaditya / neural-paraphrase-generation

Neural Paraphrase Generation
179 stars 57 forks source link

awaiting for the decode part #1

Closed xikakera closed 6 years ago

xikakera commented 6 years ago

it seems the decode part has not been uploaded, wondering when would it be fully uploaded? i wanna compare the result that of the VAE method.

iamaaditya commented 6 years ago

@xikakera Decoder is here https://github.com/iamaaditya/neural-paraphrase-generation/blob/master/seq2seq.py#L29 . Also see line #50 on how to use that. I agree it would be much nicer if there was a decode only file where you could pass in the source and get the target out. I am busy this week but next week I will write this file.