Stephen
Stephen
Change dictionary to Indian langugages, modify DeepSpeechModel.lua, fullyConnected:add(nn.Linear(rnnHiddenSize, dict_size)) Change dict_size to the length of dictionary, example the length of dictionary_english : 29
@slbinilkumar Dont worry, use Lua UTF-8 library instead of string library. *use utf8.lower instead of string.lower *In for loop line 29, change to : for _, c in utf8.codes(line) do...
Modify FormatAN4.lua, your format is error. Make sure root directory FormatAN4 use .sph not .wav, edit source-code FormatAN4. Create a folder etc(train/test) and wav (wav_train/wav_test). Edit path to etc and...