SeptemberN

Results 6 comments of SeptemberN

Thank you for your work and for taking the time to check this out

Hello, did you solve this problem? How did you calculate these three metrics? @Baliii

@Lukelluke @hhm853610070 你好!我已经解决了这个问题。以下是我的思路: 1、我的音频是16k的。 2、我已经修改过了vecseq.py,请确保你是按照说明修改的。 3、我发现这个错误是发生在`bin/dtw_synth`中,所以我尝试使用try-catch捕获错误。需要在`bin/dtw_synth`的`for uttId in args.uttIds:`加入try-catch。我个人认为这样加入捕获错误是不会影响计算的MCD结果的。 以下是我的`bin/dtw_synth`的`for uttId in args.uttIds:`代码: ``` for uttId in args.uttIds: try: print 'processing', uttId s2 = str(uttId) nat = getNatVecSeq(uttId) synth =...

@hhm853610070 抱歉,采样率不同导致的MCD不同的问题我也没注意过。(我认为没问题。我一直都在用16k的。) 其实你同其他模型对比时,在相同采样率的情况下计算MCD,得到的MCD结果更优即可吧?(个人观点)