Blame view

spkDiarization/cfg/TrainWorld.cfg~ 2.42 KB
3f2992b2c   bostx   V1.0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  *** TrainWorld Configuration File
  ***
  
  numThread					4
  verboseLevel					2
  
  ******************************************************************************
  *	Miscellaneous
  ******************************************************************************
  bigEndian					false	
  featureServerBufferSize				ALL_FEATURES
  featureServerMemAlloc				500000000
  frameLength					0.01			%in seconds
  
  ******************************************************************************
  *	In & Out
  ******************************************************************************
  loadFeatureFileExtension			.norm.prm
  loadFeatureFileFormat				SPRO4				% SPRO4 or HTK or RAW
  
  loadMixtureFileExtension			.gmm
  loadMixtureFileFormat				RAW				%RAW or XML
  saveMixtureFileExtension			.gmm
  saveMixtureFileFormat				RAW
  
  ******************************************************************************
  *	Paths
  ******************************************************************************
  featureFilesPath				spkDiarization/data/prm/
  labelFilesPath					spkDiarization/data/lbl/
  mixtureFilesPath				spkDiarization/gmm/
  
  ******************************************************************************
  *	Feature options
  ******************************************************************************
  loadFeatureFileBigEndian			false			% true for HTK by default
  featureServerMask				0-18,20-50
  addDefaultLabel					false
  defaultLabel					speech
  labelSelectedFrames				speech
  
  
  ******************************************************************************
  *	Computation
  ******************************************************************************
  
  maxLLK						200
  minLLK						-200
  
  
  
  ******************************************************************************
  *	TrainWorld specific options
  ******************************************************************************
  baggedFrameProbability				0.3
  baggedFrameInitProbability			0.7
  normalizeModel					true
  baggedMinimalLength				3
  baggedMaximalLength				10
  inputFeatureFilename				spkDiarization/lst/UBM.lst
  
  *	INITIALISATION
  use01						false		%initialise the mean and variance to 0 1or from data
  nbFrameToSelect					100		% percentage of frame used to initialise the mixture if init from scratch
  initVarianceFlooring				0.01
  initVarianceCeiling				10
  
  
  *	END
  mixtureDistribCount				32
  nbTrainIt					10
  finalVarianceFlooring				0.01
  finalVarianceCeiling				10
  outputWorldFilename				world