Added hidden_dim to config so LSTMDecoderCell can save properly#197
Added hidden_dim to config so LSTMDecoderCell can save properly#197johntzwei wants to merge 1 commit intofarizrahman4u:masterfrom
Conversation
|
Hi, |
|
Yes, its been a while, but I think this should allow for saving and loading with |
|
@johntzwei Hi, it saves properly, but when I try Edit: it can use model_load for |
|
@ChristopherLu hello, you would better add to AttentionDecoderCell of "build/bdist.linux-x86_64/egg/seq2seq/cells.py" method get_config(): It worked for me :) |
Hi,
I wasn't able to save the Seq2Seq model, and I wrote this small bit to try to fix it. I hope this is useful!
Let me know if there is anything else I can do!