Commit 363b6b2f authored by Davis King's avatar Davis King

Increased default mini-batch size to 32.

parent b818b553
...@@ -343,7 +343,7 @@ namespace dlib ...@@ -343,7 +343,7 @@ namespace dlib
void init() void init()
{ {
num_epochs = 300; num_epochs = 300;
mini_batch_size = 11; mini_batch_size = 32;
verbose = false; verbose = false;
cuda_device_id = dlib::cuda::get_device(); cuda_device_id = dlib::cuda::get_device();
start(); start();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment