Unverified Commit 7b5b3750 authored by Abdolkarim Saeedi's avatar Abdolkarim Saeedi Committed by GitHub
Browse files

Update dnn_inception_ex.cpp (#2256)

Simple typo in the inception training
parent eb1f08ce
......@@ -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);
......
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