pyAudioAnalysis3
pyAudioAnalysis3 copied to clipboard
Can't load pickled model
I try to do segmentation on a file: code snippet It gives the following error message: error
This has something to do with the models being pickled from python2 (pyAudioAnalysis). A workaround is unpickling it as pickle.load(model, encoding="latin-1").