Victor Basu

Results 2 comments of Victor Basu

`` data_x, sampling_rate = librosa.load(dir_+soundDir,res_type='kaiser_fast') `` `` mfccs = np.mean(librosa.feature.mfcc(y=data_x, sr=sampling_rate, n_mfcc=40).T,axis=0) ``

A lot of things in Keras has changed since 2019. Now it's tf.keras( tensorflow ) not Keras as a library. you need to change a lot in this code wrt...