gpt4 book ai didi

python - 将 yaml 配置文件传递给 Essentia MusicExtractor 时出现运行时错误

转载 作者:太空宇宙 更新时间:2023-11-03 21:38:01 25 4
gpt4 key购买 nike

我正在尝试从 yaml 配置文件中使用 Essentia MusicExtractor 生成功能集,如文档 here 中所述。和 here通过Python。

我的代码片段:

from essentia.standard import MusicExtractor

profile = "some_profile.yaml"
audio = "some_audio.mp3"

features, frames = MusicExtractor(profile=profile)(audio)

我的 yaml 配置文件:

enter image description here

这会产生以下错误:

RuntimeError:
Error while configuring MusicExtractor:
Pool: Cannot set/add/merge value to the pool under the name 'rhythm.stats'
because that name already exists but contains a different data type than value.

看起来我并没有做错什么。

最佳答案

我遇到了同样的问题并通过以下方式解决了:

由此我可以得出工作配置文件。

关于python - 将 yaml 配置文件传递给 Essentia MusicExtractor 时出现运行时错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53115529/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com