The amadaptend
module and its parameters are deprecated in IDOL Speech Server version 11.5 and later. HPE recommends that you use the newer Deep Neural Network (DNN) techniques, rather than GMM-based acoustic models.
This module is still available for existing implementations, but it might be incompatible with new functionality. The module might be deleted in future.
The AccListFile
parameter specifies a list in IDOL Speech Server's list manager that specifies the accumulator files to use to adapt the acoustic model. Prefix the list key with ListManager/
. For example:
AccList=ListManager/ListName
This parameter does not have an internal default value. You must either set the configuration parameter to a suitable value, or set the value in the corresponding action parameter.
Create the list in the list manager before you specify it in the AccListFile
parameter.
To specify files in a list, use one of the following formats:
The TempDir parameter in the [Paths]
section of the configuration file sets the location of the temporary directory.
If you exclude paths or specify relative paths, you can supply a path prefix using a separate parameter. The path is prefixed to each list entry unless it already contains an absolute path.
For more information about IDOL Speech Server's list manager, see the IDOL Speech Server Administration Guide.
Instead of using the list manager, you can create the list in a text file on a drive that the server can access. Set the parameter to the name of the text file. You can specify an absolute or relative file path. If you specify a relative path, it is considered as being relative to the IDOL Speech Server installation directory. If the file path is excluded, IDOL Speech Server defaults to the server installation directory.
Type: | String |
Default: | None |
Required: | Yes |
Configuration Section: | amadaptend module |
Example: | AccListFile=ListManager/accList
|
See Also: | AccList (action parameter) AccPath |
|