Skip to content

Commit

Permalink
[scripts] nnet1: remove the log-print of args in 'make_nnet_proto.py'…
Browse files Browse the repository at this point in the history
…, thx:mythilisharan@gmail.com (#2706)
  • Loading branch information
KarelVesely84 authored and danpovey committed Sep 14, 2018
1 parent 62a6e5e commit 0cf2e23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions egs/wsj/s5/utils/nnet/make_nnet_proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
###
### Parse options
###

print >> sys.stderr, sys.argv

from optparse import OptionParser
usage="%prog [options] <feat-dim> <num-leaves> <num-hid-layers> <num-hid-neurons> >nnet-proto-file"
parser = OptionParser(usage)
Expand Down

0 comments on commit 0cf2e23

Please sign in to comment.