Closed thogiti closed 6 years ago
Hi Ryan.
I am a beginner and trying to learn deep learning.
I was following your recipe summarization code and I got below 'ndim' attribution error when I was running predict.ipynb.
The below error happens when I execute the codebloc: model = Sequential() model.add(rnn_model)
if activation_rnn_size: model.add(SimpleContext(name='simplecontext_1'))
Here is the full error:
AttributeError Traceback (most recent call last)
Hi - can you try switching the backend to Theano? I ran into this problem as well, and switching backends resolved the issue for me.
Hi Ryan.
I am a beginner and trying to learn deep learning.
I was following your recipe summarization code and I got below 'ndim' attribution error when I was running predict.ipynb.
The below error happens when I execute the codebloc: model = Sequential() model.add(rnn_model)
if activation_rnn_size: model.add(SimpleContext(name='simplecontext_1'))
Here is the full error:
AttributeError Traceback (most recent call last)