Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Apr 8, 2018
1 parent af0879f commit 3efbaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def add_argument_group(name):
lstm_arg.add_argument(
'--batch_size',
type=int,
default=1000,
default=32,
help='Number of samples to use per iteration when training lstm')


Expand Down

0 comments on commit 3efbaf0

Please sign in to comment.