tjysdsg / speech-recognition

GMM-HMM Continuous ASR Using Python and Numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use command line argument for input model path

todo opened this issue · comments

commented

# TODO: use command line argument for input model path
file = open('models-4gaussians-em/' + digit + '.pkl', 'rb')
models.append(pickle.load(file))
file.close()


This issue was generated by todo based on a TODO comment in 88eb9c3. It's been assigned to @tjysdsg because they committed the code.