tensorflow-speech-recognition icon indicating copy to clipboard operation
tensorflow-speech-recognition copied to clipboard

Data for CTC in lstm to chars.

Open TsainGra opened this issue 8 years ago • 0 comments

The data directory given for ctc data in the lstm_to_chars.py file is given as - INPUT_PATH = '/data/ctc/sample_data/mfcc' # directory of MFCC nFeatures x nFrames 2-D array .npy files Where can I find the data (since it is not available in speech_data.py)?

TsainGra avatar Jun 14 '17 06:06 TsainGra