You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I got the above mentioned error,while I run the training process
Thanking You
Traceback (most recent call last):
File "train.py", line 39, in
char_level_embeddings=args.char_level_embeddings)
File "/home/lab/Desktop/project/R-NET-in-Keras-master/model.py", line 106, in init
WQ_u, WP_v, WP_u, v
File "/usr/local/lib/python2.7/dist-packages/keras/layers/recurrent.py", line 262, in call
return super(Recurrent, self).call(inputs, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 596, in call
output = self.call(inputs, **kwargs)
File "/home/lab/Desktop/project/R-NET-in-Keras-master/WrappedGRU.py", line 49, in call
return super(WrappedGRU, self).call(inputs, mask, training)
File "/usr/local/lib/python2.7/dist-packages/keras/layers/recurrent.py", line 341, in call
input_length=input_shape[1])
File "/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 2457, in rnn
outputs, _ = step_function(inputs[0], initial_states + constants)
File "/home/lab/Desktop/project/R-NET-in-Keras-master/QuestionAttnGRU.py", line 37, in step
uQ_mask, = states[9:10]
ValueError: need more than 0 values to unpack
The text was updated successfully, but these errors were encountered:
Dear sir,
I have changed the keras version.But showing the same error.
Thanking You
On Sun, Dec 31, 2017 at 9:09 AM, Jaya John <[email protected]>
wrote:
Dear sir,
I have changed keras version to 2.0.6.but... Still showing the
same error.
Thanking You
On Sun, Dec 31, 2017 at 9:08 AM, Jaya John ***@***.***>
wrote:
> Dear sir,
> I changed keras version to 2.0.6.but... Still showing the
> same error.
>
>
> Thanking You
>
> On Sun, Dec 31, 2017 at 2:54 AM, Karen Hambardzumyan <
> ***@***.***> wrote:
>
>> @jayajackson <https://github.com/jayajackson> Please make sure you are
>> running Keras version 2.0.6
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#24 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/Ae1Ra0zwqrrNQXkRm_IvlH0GUOhRKOlZks5tFqn4gaJpZM4RPstY>
>> .
>>
>
>
Hi,
I got the above mentioned error,while I run the training process
Thanking You
Traceback (most recent call last):
File "train.py", line 39, in
char_level_embeddings=args.char_level_embeddings)
File "/home/lab/Desktop/project/R-NET-in-Keras-master/model.py", line 106, in init
WQ_u, WP_v, WP_u, v
File "/usr/local/lib/python2.7/dist-packages/keras/layers/recurrent.py", line 262, in call
return super(Recurrent, self).call(inputs, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 596, in call
output = self.call(inputs, **kwargs)
File "/home/lab/Desktop/project/R-NET-in-Keras-master/WrappedGRU.py", line 49, in call
return super(WrappedGRU, self).call(inputs, mask, training)
File "/usr/local/lib/python2.7/dist-packages/keras/layers/recurrent.py", line 341, in call
input_length=input_shape[1])
File "/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 2457, in rnn
outputs, _ = step_function(inputs[0], initial_states + constants)
File "/home/lab/Desktop/project/R-NET-in-Keras-master/QuestionAttnGRU.py", line 37, in step
uQ_mask, = states[9:10]
ValueError: need more than 0 values to unpack
The text was updated successfully, but these errors were encountered: