-
Notifications
You must be signed in to change notification settings - Fork 132
InputShape as a list is broken in latest keras (2.0.4) #330
Comments
Can you give some more details about where you are seeing this and how to reproduce? |
2017-05-01 15:16:37,981 - PARAM - deep_qa.common.params - seq2seq_encoder.default.encoder_params.type = bi_gru |
Thanks. looks like this is broken on the current master too, and i think the culprit is the recent release of Keras 2.0.4. Can you try downgrading to Keras 2.0.3 ( |
Thank you very much. Great. Another question: How do I handle a babi task dataset? |
So, right now certain models support certain datasets. For example, you can use the @matt-gardner or @DeNeutoy are probably more familiar with the memory network code and might be able to comment more about this, but can you be a bit more specific with your question? Are you looking to simply solve tasks from bAbI? |
in need py script for preprocessed data |
Thanks, @nelson-liu, for helping with this. This issue makes me wonder if we should have some kind of checklist for issues, like keras and many other repos do... We really don't have the bandwidth to respond to issues that aren't stated clearly, now that it's just me and Mark. |
Yes, an issue template sounds like a good idea |
AttributeError: 'list' object has no attribute 'shape'
Exception ignored in: <bound method BaseSession.del of <tensorflow.python.client.session.Session object at 0x1211e8c18>>
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 582, in del
AttributeError: 'NoneType' object has no attribute 'TF_DeleteStatus'
The text was updated successfully, but these errors were encountered: