CatherineWong / dancin_seq2seq

👿→😈
24 stars 5 forks source link

Where is the model.py #2

Open dongfeng951 opened 4 years ago

dongfeng951 commented 4 years ago

Hi, Thank you for the great work. I copy the model.py file from Seq2Seq-PyTorch, but when I run the adversarial.py, there is one bug. The reason is that when executing Line 164, src_encoding = self.autoencoder_model.encode(input_lines_src.detach()), there is no such function in Seq2SeqAutoencoder in the model.py. I guess the model.py is not exactly the same as the one in Seq2Seq-PyTorch, can you tell me how to find the correct one? Thanks!