public class JointGMMParallelTrainer extends JointGMMTrainer
Modifier and Type | Field and Description |
---|---|
protected JointGMMTrainerParams |
jgParams |
protected WeightedCodebookParallelTrainer |
wcpTrainer |
cgParams, codebookTrainerParams, gmmTrainerParams
featureExtractor, preprocessor
Constructor and Description |
---|
JointGMMParallelTrainer(BaselinePreprocessor pp,
BaselineFeatureExtractor fe,
WeightedCodebookTrainerParams pa,
JointGMMTrainerParams gp,
ContextualGMMParams cg) |
Modifier and Type | Method and Description |
---|---|
static ContextualGMMParams |
getContextualGMMParams(String phoneSetFile,
GMMTrainerParams[] params,
int contextClassificationType) |
static void |
main(String[] args) |
static void |
mainHmmVoiceConversion(String[] args) |
static void |
mainIEEE_TASLP_2009_rap(String[] args) |
static void |
mainInterspeech2008(String[] args) |
static void |
mainParametric(int numTrainingFiles,
int[] numComponents,
boolean isContextualGMMs,
int contextClassificationType,
String sourceTag,
String targetTag,
String method) |
static void |
mainQuickTest(String[] args) |
static void |
mainQuickTest2(String[] args)
Depending on the parameters it will train GMMs.
|
void |
run() |
void |
train() |
checkParams, getIndexedMapping
protected WeightedCodebookParallelTrainer wcpTrainer
protected JointGMMTrainerParams jgParams
public JointGMMParallelTrainer(BaselinePreprocessor pp, BaselineFeatureExtractor fe, WeightedCodebookTrainerParams pa, JointGMMTrainerParams gp, ContextualGMMParams cg)
public void run()
public void train()
public static void main(String[] args) throws UnsupportedAudioFileException, IOException, MaryConfigurationException
public static void mainIEEE_TASLP_2009_rap(String[] args) throws UnsupportedAudioFileException, IOException, MaryConfigurationException
public static void mainHmmVoiceConversion(String[] args) throws UnsupportedAudioFileException, IOException, MaryConfigurationException
public static void mainInterspeech2008(String[] args) throws UnsupportedAudioFileException, IOException, MaryConfigurationException
public static void mainParametric(int numTrainingFiles, int[] numComponents, boolean isContextualGMMs, int contextClassificationType, String sourceTag, String targetTag, String method) throws UnsupportedAudioFileException, IOException, MaryConfigurationException
public static void mainQuickTest(String[] args) throws UnsupportedAudioFileException, IOException, MaryConfigurationException
public static void mainQuickTest2(String[] args) throws UnsupportedAudioFileException, IOException, MaryConfigurationException
args
- argsUnsupportedAudioFileException
- UnsupportedAudioFileExceptionIOException
- IOExceptionMaryConfigurationException
- MaryConfigurationExceptionpublic static ContextualGMMParams getContextualGMMParams(String phoneSetFile, GMMTrainerParams[] params, int contextClassificationType) throws MaryConfigurationException
MaryConfigurationException
Copyright © 2000–2016 DFKI GmbH. All rights reserved.