Whether to append training updates to a common .spt file. If you set SptAppend
to False
, IDOL Speech Server creates a separate .spt file for each speaker ID training task.
If you choose to append to a common .spt file, you must ensure that the .spt file does not exist before you run the first training task.
Creating an individual .spt file for each training task ensures that the training does not append to a .spt file that existed before running the first task (for example, from a previous Speech Server installation). It also allows you to easily remove individual .spt files from the set based on information in the diagnostics files.
Note: You must specify a unique name for the .spt file each time you run the task, to avoid overwriting a file.
Action: | AddTask, CheckResources |
---|---|
Task: | SidTrain, SidTrainFinal |
Type: | Boolean |
Default: | True |
Example: | SptAppend=False
|
See Also: | SptAppend (configuration parameter) |
|