TypeError: 'numpy.ndarray' object is not callable - predict(samples(1,72100,1))

0 人关注

这里有什么问题,因为我正在使用这个指令,给我一个来自Cnn培训师模型的语音识别脚本 该指令将录音转换为文本,供cnn模型进行语音识别,并由笔记本麦克风记录。

#reading the voice commands
samples, sample_rate = librosa.load(filepath , sr = 16000)
ipd.Audio(samples,rate=16000)
 predict(samples(1,72100,1))