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)?
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)?