pyAudioAnalysis3 icon indicating copy to clipboard operation
pyAudioAnalysis3 copied to clipboard

Can't load pickled model

Open Lewistrick opened this issue 7 years ago • 0 comments

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").

Lewistrick avatar Jun 08 '18 07:06 Lewistrick