Skip to content

Commit

Permalink
lower batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bernhardsson committed Apr 13, 2018
1 parent bd55b59 commit 87a900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convoys/tf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_batch_placeholders(vs):


def optimize(sess, target_batch, target_global=None, placeholders={},
batch_size=1024, update_callback=None):
batch_size=128, update_callback=None):
if placeholders:
n = int(list(placeholders.values())[0].shape[0])
indexes = list(range(n))
Expand Down

0 comments on commit 87a900a

Please sign in to comment.