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 | ✔️ | ✔️ | acc not update|
   |googlenet.cpp |?| ✔️ |N/A|
   |mlp.cpp| ✔️ | ✔️ |acc not update on gpu|
   |mlp_cpu.cpp| ✔️ |N/A|N/A|
   |mlp_gpu.cpp|N/A| ✔️ |N/A|
   |mlp_csv.cpp|✔️| ✔️ |acc not update |
   |resnet.cpp|?| ✔️ |N/A|
   |lenet.cpp| ✔️ | ✔️ |N/A|
   |lenet_with_mxdataiter.cpp| ✔️ | ✔️ |acc not update|
   |inception_bn.cpp| ❌ | ❌ |@roywei raise a 
[PR](https://github.com/apache/incubator-mxnet/pull/13185) fixing this|
   
   will keep updating the table as soon as I got the result (it take more than 
20 mins for one epoch for those examples)
   There is actually one more example charRNN but I need to figure the input 
corpus format for it.
   @roywei 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to