VaeFlashMe

Results 1 comments of VaeFlashMe

> 我已经填充了清洁、增强和混合,这个问题解决了,但我有新问题。计算 STOI 时报错。详情如下。 AttributeError: module 'numpy' has no attribute 'gcd' 我没有找到解决方案,我只计算了 PESQ。 # Metric #stoi_c_n.append(compute_STOI(clean, mix, sr=16000)) #stoi_c_e.append(compute_STOI(clean, enhanced, sr=16000)) pesq_c_n.append(compute_PESQ(clean, mix, sr=16000)) pesq_c_e .append(compute_PESQ(clean, enhanced, sr=16000)) 你有同样的问题吗? 您好,请问一下是你怎么解决第十个epcho报错的问题的,我搞了好久没有解决