Skip to content

Commit

Permalink
Change batchsize
Browse files Browse the repository at this point in the history
1080Ti can allocate only 2 batches. So changed it.
  • Loading branch information
dhgrs committed Nov 10, 2018
1 parent 6a75f20 commit 86b21b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# parameters of training
batchsize = 3
batchsize = 2
lr = 1e-4
trigger = (500000, 'iteration')
annealing_interval = (200000, 'iteration')
Expand Down

0 comments on commit 86b21b6

Please sign in to comment.