Update dnn_inception_ex.cpp (#2256)

Simple typo in the inception training
pull/2271/head
Abdolkarim Saeedi 4 years ago committed by GitHub
parent eb1f08ce6a
commit 7b5b375026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ int main(int argc, char** argv) try
cout << net << endl;
cout << "Traning NN..." << endl;
cout << "Training NN..." << endl;
dnn_trainer<net_type> trainer(net);
trainer.set_learning_rate(0.01);
trainer.set_min_learning_rate(0.00001);

Loading…
Cancel
Save