roywei commented on a change in pull request #13534: add cpp example inception
to nightly test
URL: https://github.com/apache/incubator-mxnet/pull/13534#discussion_r239289338
##########
File path: cpp-package/example/mlp.cpp
##########
@@ -144,7 +144,7 @@ void MLP() {
grad_req_type, aux_states);
std::cout << "Training" << std::endl;
- int max_iters = 20000;
+ int max_iters = 10;
Review comment:
addressed comments and turns out it's iterating on a synthetic patterned
data of size 128, it will take around 15000 epochs to get 90% acc. Renamed the
variables and added comment
----------------------------------------------------------------
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