Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi authored Jul 17, 2017
1 parent d433948 commit bb0d9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/training_evaluation/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@


tf.app.flags.DEFINE_integer(
'batch_size', 128, 'The number of samples in each batch.')
'batch_size', 32, 'The number of samples in each batch.')

tf.app.flags.DEFINE_integer(
'num_epochs', 1, 'The number of epochs for training.')
Expand Down

0 comments on commit bb0d9fe

Please sign in to comment.