mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Make dnn_trainer print the minibatch size to ostream (#2236)
This commit is contained in:
parent
375f117222
commit
820fd353d2
@ -1372,6 +1372,7 @@ namespace dlib
|
||||
out << " get_train_one_step_calls(): " << trainer.get_train_one_step_calls() << endl;
|
||||
out << " synchronization file: " << trainer.get_synchronization_file() << endl;
|
||||
out << " trainer.get_solvers()[0]: " << trainer.get_solvers()[0] << endl;
|
||||
out << " mini batch size: " << trainer.get_mini_batch_size() << endl;
|
||||
auto sched = trainer.get_learning_rate_schedule();
|
||||
if (sched.size() != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user