程少迪

Results 11 comments of 程少迪

@superhg2012 您好,麻烦问一下,合成时会有一些噪音,您有解决办法吗?

@zhangjh915 How to get the data preprocessing? i canot find the code.thanks

bro,I get the features.f32 file,i did not divide it into 55d?the file lenth is 180000000.我可以说中文吗? ------------------ 原始邮件 ------------------ 发件人: "mozilla/LPCNet" ***@***.***>; 发送时间: 2021年9月18日(星期六) 上午10:42 ***@***.***>; ***@***.******@***.***>; 主题: Re: [mozilla/LPCNet] Can you explain the preprocess?...

Thank you.I get the features file from ./dump_data -train input.s16 features.f32 data.s16.Then i want to use numpy to reshape the file to 55d,but i can't. Can you tell me this approach...

Me too,then i used np.reshape(55,),why Why can't it be divided into 55d? it's my features is error? The 55d lenth is same lenth? ------------------ 原始邮件 ------------------ 发件人: "mozilla/LPCNet" ***@***.***>; 发送时间: 2021年11月1日(星期一) 下午2:19 ***@***.***>; ***@***.******@***.***>;...

When i used './dump_data -train input.s16 features.f32 data.s16'  to get the features.f32,the file lenth is 180000000,so i coudn't to reshape 55d.I just want to remove 18d(BFE).What should I do?Thanks a...

Of course,but the features.f32  file comes from './dump_data -train input.s16 features.f32 data.s16',then I write to code 'np.fromfile('.f32',np.float32), np.shape(55,)',the code is error.  Why  should see train_lpcnet?  ------------------ 原始邮件 ------------------ 发件人: "mozilla/LPCNet" ***@***.***>; 发送时间: 2021年11月1日(星期一)...

thank you so much. ------------------ 原始邮件 ------------------ 发件人: "mozilla/LPCNet" ***@***.***>; 发送时间: 2021年11月1日(星期一) 下午3:29 ***@***.***>; ***@***.******@***.***>; 主题: Re: [mozilla/LPCNet] Can you explain the preprocess? (#82) Of course,but the features.f32  file comes from './dump_data -train input.s16...

@qinhui99 请问sru的用法和GRU的用法是一样的吗?