You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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").
The text was updated successfully, but these errors were encountered:
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")
.The text was updated successfully, but these errors were encountered: