mirror of https://github.com/davisking/dlib.git
Increased default mini-batch size to 32.
This commit is contained in:
parent
b818b55391
commit
363b6b2f6d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue