stu1130 commented 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 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. * 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: [email protected] With regards, Apache Git Services
