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
void init()
{
num_epochs = 300;
mini_batch_size = 11;
mini_batch_size = 32;
verbose = false;
cuda_device_id = dlib::cuda::get_device();
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