tflearn_seq2seq
tflearn_seq2seq copied to clipboard
Error when serializing model
When running example from README.md I get this message:
WARNING:tensorflow:Error encountered when serializing layer_variables/seq2seq_model.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'list' object has no attribute 'name'
Indeed - this happens when the model is being saved. Probably related to the fact that TF's seq2seq uses lists of tensors in many places, instead of a higher dimensional tensor. They thus have to be packed / unpacked. Post about this issue at https://github.com/tflearn/tflearn/issues ?
Is this issue fixed? Could you please let me know!