haojin2 commented on a change in pull request #11903: Update CPP Lenet Example 
to remove additional 3 layers
URL: https://github.com/apache/incubator-mxnet/pull/11903#discussion_r205960895
 
 

 ##########
 File path: cpp-package/example/lenet.cpp
 ##########
 @@ -88,9 +83,8 @@ class Lenet {
     int val_fold = 1;
     int W = 28;
     int H = 28;
-    int batch_size = 42;
-    float learning_rate = 1e-4;
-    float weight_decay = 1e-4;
+    int batch_size = 64;
+    float learning_rate = 0.05;
 
 Review comment:
   Is there any reference for you to choose these 2 parameters?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to