SaiRamGupta

Results 1 issues of SaiRamGupta

FileNotFoundError Traceback (most recent call last) in 22 23 if __name__ == "__main__": ---> 24 ml_example() in ml_example() 17 filename = './dataset/Neutral/srg1.wav' 18 print('prediction', model.predict_one( ---> 19 get_feature_vector_from_mfcc(filename, flatten=to_flatten)), 20...