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 2019/03/04 06:30:50 UTC

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14301: SoftmaxOutput crashes with normalization "valid"

wkcn edited a comment on issue #14301: SoftmaxOutput crashes with normalization "valid"
URL: https://github.com/apache/incubator-mxnet/issues/14301#issuecomment-469131646
 
 
   @DickJC123 
   Hi! I test sockeye in my laptop with MXNet(master) with `make -j 5 USE_OPENCV=1 USE_BLAS=openblas USE_MKLDNN=0 USE_CPP_PACKAGE=1`
   
   All tests pass except for `test/unit/test_inference.py::test_topk_func`
   ```
   test/unit/test_inference.py::test_topk_func[1-5-200] FAILED              [ 60%]
   test/unit/test_inference.py::test_topk_func[5-5-200] FAILED              [ 60%]
   test/unit/test_inference.py::test_topk_func[1-1-200] PASSED              [ 60%]
   test/unit/test_inference.py::test_topk_func[5-1-200] PASSED              [ 60%]
   test/unit/test_inference.py::test_topk_func[10-10-100] FAILED            [ 60%]
   ```
   
   In sockeye, there is no any Softmax with normalization `valid`, so it couldn't trigger the bug in this issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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