我是靠谱客的博主 可靠星星,最近开发中收集的这篇文章主要介绍报错与解决 | AttributeError: module ‘librosa.feature‘ has no attribute ‘rmse‘,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
rmse → rms
代码:rmse = librosa.feature.rmse(y=y)
报错:AttributeError: module 'librosa.feature' has no attribute 'rmse'
解决:更改代码为rmse = librosa.feature.rms(y=y)
最后
以上就是可靠星星为你收集整理的报错与解决 | AttributeError: module ‘librosa.feature‘ has no attribute ‘rmse‘的全部内容,希望文章能够帮你解决报错与解决 | AttributeError: module ‘librosa.feature‘ has no attribute ‘rmse‘所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复