farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 845 forks source link

How to do autoencoder with seq2seq ? #220

Open fdhouibVP opened 6 years ago

ems7 commented 6 years ago

Use the input data as the target data... Something like: model = seq2seq(args); model.compile(args); model.train(x=data, y=data)