ITADN

add test time augmentation

#11Pull 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, the final pitch curves may become overly smooth, and the uv may be shorter. In the `InferCFNaiveMelPE.infer` method, specify the parameter `test_time_augmentation=True`. You can also specify the parameters `tta_uv_penalty`, `tta_key_shifts` and `tta_use_origin_uv`to achieve the desired effect. --- 启用后,可以扩展模型的音域,减少错误输出,但速度会更慢,并且最终得到的音高曲线可能会过于平滑,uv也会更短。 在`InferCFNaiveMelPE.infer`方法中,指定参数`test_time_augmentation=True`。也可以同时指定参数`tta_uv_penalty`、`tta_key_shifts`和`tta_use_origin_uv`来达到想要的效果。
合并状态:已合并 合并于 2024-04-05 关闭于 2024-04-05 0 条评论