asr-study
asr-study copied to clipboard
Implementation of all-neural speech recognition systems using Keras and Tensorflow
Where can i get LapsBM1.4 dataset? link seems to be dead
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...
### The example from README.md > python eval.py --model data/models/brsmv1.h5 --dataset .datasets/brsd/data.h5 returns the following error: > Requirement already satisfied: h5py in /usr/local/lib/python2.7/dist-packages Requirement already satisfied: numpy>=1.7 in /usr/local/lib/python2.7/dist-packages (from...
the example from README.md `python -m extras.make_dataset --parser brsp \ --input_parser mfcc --label_parser simple_char_parser` returns the following error: > File "/home/zparcheta/anaconda2/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File...
File "/Users/rob/py27/lib/python2.7/site-packages/keras/engine/topology.py", line 2370, in get_config new_node_index = node_conversion_map[node_key] KeyError: 'labels_ib-0' This is the same common error that saving / loading unusual graph shapes get