skip-thought-tf
skip-thought-tf copied to clipboard
Adapt the code for Tensorflow version 1.X
Tensorflow version 1.X change the APIs a lot. I modify the code to work on new version.
@zhangzibin Hi! As I see, new OOP Api on rnns has not come yet. Maybe we should merge your version with legacy
decoders? Or you can change them to the ones in tf.contrib.seq2seq
.