Skip to content

Commit

Permalink
Change batch size for smaller GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Auvolat committed Jul 25, 2015
1 parent 5e216e8 commit a557b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/bidirectional_tgtcls_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
weights_init = IsotropicGaussian(0.1)
biases_init = Constant(0.01)

batch_size = 300
batch_sort_size = 20
batch_size = 50
batch_sort_size = 40

max_splits = 200

0 comments on commit a557b93

Please sign in to comment.