tjysdsg / speech-recognition

GMM-HMM Continuous ASR Using Python and Numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use -g and -e for continuous training

todo opened this issue · comments

commented

# TODO: use -g and -e for continuous training
parser.add_argument("-g", "--gmm", help="Use GMM-HMM as the model.", default=False, action='store_true')
parser.add_argument("-e", "--em", help="Use EM algorithm to train models.", default=False, action='store_true')
args = parser.parse_args()
if args.action[0] == 'isolated_train':


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