The AmTrainFinal
task produces an adapted acoustic model using a set of accumulator files created by the AmTrain task.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to AmTrainFinal . |
Yes |
AccExt | The file extension of the accumulator files. | |
AccList | A list of the accumulators produced by the AmTrain task. | Yes |
AccPath | The path to the directory containing the accumulator files. | Yes |
InAm | The acoustic model to adapt. | Yes |
MinEgs | The minimum number of example audio feature frames required to update a state. | |
OutAm | The adapted acoustic model to create. | Yes |
Relevance | The relevance to assign the original model parameters when updating the means and variances of the original models. |
http://localhost:13000/action=AmTrainFinal&InAm=C:\LP\ENUK\ver-ENUK-5.0-16k.am&AccList=ListManager/accList&AccPath=C:\AMTRAIN\acc&OutAm=myModel.am
This action uses port 13000
to instruct HPE IDOL Speech Server, which is located on the local machine, to apply the accumulators stored in C:\AMTRAIN\acc
to the ver-ENUK-5.0-16k
acoustic model to produce the adapted acoustic model myModel.am
.
|