Blame view

spkDiarization/cfg/TotalVariability_fast.cfg 2.22 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
  *** TotalVariability Configuration file
  ***
  
  *****************************************************************************
  *Miscellaneous
  *****************************************************************************
  %numThread						2
  verboseLevel						1
  
  minLLK 							-200
  maxLLK 							200
  
  
  featureServerMemAlloc					500000000
  featureServerMode 					FEATURE_WRITABLE
  featureServerBufferSize 				ALL_FEATURES
  
  
  
  *****************************************************************************
  *   In & Out
  *****************************************************************************
  loadMixtureFileFormat					RAW
  loadMixtureFileExtension				.gmm
  
  loadFeatureFileFormat					SPRO4
  loadFeatureFileExtension				.norm.prm
  
  loadMatrixFormat					DB
  saveMatrixFormat 					DB
  
  loadMatrixFilesExtension				.matx
  saveMatrixFilesExtension				.matx
  
  *****************************************************************************
  *   Path
  *****************************************************************************
  labelFilesPath						spkDiarization/data/lbl/
  featureFilesPath					spkDiarization/data/prm/
  mixtureFilesPath					spkDiarization/gmm/
  matrixFilesPath						spkDiarization/mat/
  
  *****************************************************************************
  *      Feature options
  *****************************************************************************
  loadFeatureFileBigEndian				false
  featureServerMask					0-18,20-50
  frameLength						0.01
  addDefaultLabel						false
  defaultLabel						speech
  labelSelectedFrames 					speech
  
  *****************************************************************************
  *      TotalVariability specific options
  *****************************************************************************
  nbIt 							10
  orthonormalizeT						false
  
  minDivergence						true
  meanEstimate						newMeanMinDiv_it
  
  loadAccs						false
  nullOrderStatSpeaker					TV_N
  firstOrderStatSpeaker					TV_F_X
  
  randomInitLaw						normal
  saveAllTVMatrices					true
  saveInitTotalVariabilityMatrix				true
  
  loadInitTotalVariabilityMatrix				false
  initTotalVariabilityMatrix				TV_init
  totalVariabilityMatrix 					TV
  totalVariabilityNumber					20
  
  checkLLK						false
  computeLLK						1
  
  
  inputWorldFilename 					world
  ndxFilename 						spkDiarization/ndx/totalvariability.ndx