Error in creating audio data pipeline in Tensorflow

前端 未结 0 944
不思量自难忘°
不思量自难忘° 2021-02-19 13:35

I am trying to build an audio data pipeline in Tensor Flow. Below is the code.

def map_func(filename, label):
    sar=32000
    y, sr = librosa.load(filename,
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题