help me please
Traceback (most recent call last): File "E:/Speaker-Identification-Python-master/Speaker-Identification-Python-master/modeltraining.py", line 49, in cPickle.dump(gmm, open(dest + picklefile, 'w')) TypeError: write() argument must be str, not bytes
modeltraining.py, and explain more of what you're trying to accomplish. That being said, you may be able to overcome this particular error by opening your file in byte mode ('wb') - smokes2345