ITADN

Add test time augmentation

#10Pull Requestqiuqiao 创建于 2024-04-04
Q
qiuqiaocommented
when enabled, it can expand the model's tonal range and reduce erroneous outputs, but the process will be slower and the final pitch curves may become overly smooth. In the `InferCFNaiveMelPE.infer` method, specify the parameter `test_time_augmentation=True`. You can also specify the parameters `tta_uv_penalty` and `tta_key_shifts` to achieve the desired effect. --- 启用后,可以扩展模型的音域,减少错误输出,但速度会更慢并且最终得到的音高曲线可能会过于平滑。 在`InferCFNaiveMelPE.infer`方法中,指定参数`test_time_augmentation=True`。也可以同时指定参数`tta_uv_penalty`和`tta_key_shifts`来达到想要的效果。
合并状态:未合并 关闭于 2024-04-04 0 条评论