このリンクを参照: https://aqibsaeed.github.io/2016-09-03-urban-sound-classification-part-1/、同じウェーブプロット図を作成しようとしていますが、コードを実行します。 py、エラーがあります:
(tensorflow) yyydeMacBook-Pro:~ yyy$ python /Users/yyy/Desktop/1.py
Traceback (most recent call last):
File "/Users/yyy/Desktop/1.py", line 82, in <module>
plot_waves(sound_names,raw_sounds)
File "/Users/yyy/Desktop/1.py", line 42, in plot_waves
librosa.display.waveplot(np.array(f),sr=22050)
AttributeError: 'module' object has no attribute 'display'