tflearn_seq2seq icon indicating copy to clipboard operation
tflearn_seq2seq copied to clipboard

Error when serializing model

Open mkroutikov opened this issue 8 years ago • 2 comments

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'

mkroutikov avatar Aug 02 '16 16:08 mkroutikov

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 ?

ichuang avatar Aug 02 '16 19:08 ichuang

Is this issue fixed? Could you please let me know!

rahulraju93 avatar Jun 15 '17 19:06 rahulraju93