I have just started to work with tensorflow. I'm following the tutorial on neural machine translation given by Thang Luong, Eugene Brevdo, Rui Zhao here
https://www.tensorflow.org/tutorials/seq2seq
I want to use the model as an auto-encoder but I was wondering how we can get the encoder hidden states at inference time?
Any help would be much appreciated.