You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/14 23:30:15 UTC

[GitHub] stu1130 edited a comment on issue #12401: cpp_package instructions need clarification and examples need repair

stu1130 edited a comment on issue #12401: cpp_package instructions need clarification and examples need repair
URL: https://github.com/apache/incubator-mxnet/issues/12401#issuecomment-438858040
 
 
   @aaronmarkham after I dived deeper into examples. I've captured the current status.
   
   | Model | cpu | gpu | comment |
   | ------|:---|---:| -----:  |
   |alexnet.cpp |v|v| acc not update|
   |googlenet.cpp |?|v|N/A|
   |mlp.cpp|v|v|acc not update on gpu|
   |mlp_cpu.cpp|v|N/A|N/A|
   |mlp_gpu.cpp|N/A|v|N/A|
   |mlp_csv.cpp|?|v|acc not update |
   |resnet.cpp|?|v|N/A|
   |lenet.cpp|v|v|N/A|
   |lenet_with_mxdataiter.cpp|v|v|acc not update|
   |inception_bn.cpp|x|x|Lai raise a PR fixing this|
   
   There is actually one more example charRNN but I need to figure the input corpus format for it.
   Lai is fixing acc not update problem!
   
   * test_optimizer return nothing(do nothing) if it passes the test (we might need to add some feedback text)
   * Regarding test_score you need to input the min_score for it `build/test_score 10` for example.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services