Aug 22, 2017 · 1 min read
Great Article! It really helped me get my head around LSTM. I was playing around with your code example. I attempted to add a saver to the model, however, I couldn’t get it to restore properly. I added names to the TF Vars in the script (lines 73–77) https://pastebin.com/z1KEqDJi . Then called save when the model is done training. (line 166). Then I attempted to restore using this script https://pastebin.com/Y58BfEne (lines 122–123). Do I need to store anything from the RNN function?
