Skip to content

Commit

Permalink
more descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeAkinobu committed Aug 27, 2016
1 parent 8cf2da9 commit 540861d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Sample.dnnconf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@
# feature type, in HTK parameter specification format # feature type, in HTK parameter specification format
feature_type FBANK_D_A_Z feature_type FBANK_D_A_Z


# julius options to specify the acoustic parameter configuration # julius options to configure the acoustic parameter extraction.
# it will be passed to Julius to set feature extractor
# #
# This example indicates the typical feature extraction for DNN: # The example below indicates that:
# 1. feature extraction parameter will be loaded from HTK config file # 1. parameters should be loaded from an HTK config file,
# 2. use CMN/CVN # 2. use CMN/CVN,
# 3. load ceptral mean and variance from the specified file # 3. load ceptral mean and variance from the specified file,
# 4. use the values as static, not update while processing # 4. keep the cepstral mean/variance static, not update while processing
#
# the specified string will be expanded inline at the point where this
# dnnconf file is specified by "-dnnconf", and passed to Julius.
# As the same as other options in Julius, the later option will override
# former. Please check the start-up messages to check if the
# feature extraction are correctly set up.
# #
feature_options -htkconf model/dnn/config.lmfb.40ch.jnas -cvn -cmnload model/dnn/norm.jnas -cmnstatic feature_options -htkconf model/dnn/config.lmfb.40ch.jnas -cvn -cmnload model/dnn/norm.jnas -cmnstatic


Expand Down

0 comments on commit 540861d

Please sign in to comment.