asr-study
asr-study copied to clipboard
eval.py error
Using TensorFlow backend.
WARNING:tensorflow:From /mnt/Work/Projects/2018-Locktec-SAVOZ/general/asr-study/.env/local/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py:1029: calling reduce_sum (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
Instructions for updating:
keep_dims is deprecated, use keepdims instead
[<tf.Tensor 'Reshape_21:0' shape=(?, ?, 28) dtype=float32>, <tensorflow.python.framework.sparse_tensor.SparseTensor object at 0x7fc13c0a7b90>, <tf.Tensor 'inputs_length:0' shape=(?, ?) dtype=int32>]
WARNING:tensorflow:From /mnt/Work/Projects/2018-Locktec-SAVOZ/general/asr-study/.env/local/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py:1108: calling reduce_mean (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
Instructions for updating:
keep_dims is deprecated, use keepdims instead
Traceback (most recent call last):
File "eval.py", line 74, in
Hi @navarmn ,
The warning says that you are using a newer version of Tensorflow (this code is really old by now, haha).
Please, check yout hdf5 file and observe if a group called inputs
was created.