Skip to content

Commit

Permalink
[scripts] Update documentation of train_raw_dnn.py (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalmanohar authored and danpovey committed Oct 13, 2018
1 parent 8d1eb93 commit 087c21f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion egs/wsj/s5/steps/nnet3/train_raw_dnn.py
Expand Up @@ -101,7 +101,14 @@ def get_args():
help="Directory with features used for training "
"the neural network.")
parser.add_argument("--targets-scp", type=str, required=False,
help="Targets for training neural network.")
help="""Targets for training neural network.
This is a kaldi-format SCP file of target matrices.
<utterance-id> <extended-filename-of-target-matrix>.
The target matrix's column dim must match
the neural network output dim, and the
row dim must match the number of output frames
i.e. after subsampling if "--frame-subsampling-factor"
option is passed to --egs.opts.""")
parser.add_argument("--dir", type=str, required=True,
help="Directory to store the models and "
"all other files.")
Expand Down

0 comments on commit 087c21f

Please sign in to comment.