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/09/26 02:23:25 UTC

[GitHub] [incubator-mxnet] wuxun-zhang edited a comment on issue #16246: [mkldnn-v1.0] Add MKL-DNN softmax

wuxun-zhang edited a comment on issue #16246: [mkldnn-v1.0] Add MKL-DNN softmax
URL: https://github.com/apache/incubator-mxnet/pull/16246#issuecomment-535301971
 
 
   Seems CI itself still has some problem.
   
   ```
   + make pylint
   
   python3 -m pylint --rcfile=/work/mxnet/ci/other/pylintrc --ignore-patterns=".*\.so$,.*\.dll$,.*\.dylib$" python/mxnet tools/caffe_converter/*.py
   
   ************* Module caffe_proto_utils
   
   tools/caffe_converter/caffe_proto_utils.py:199:18: E1121: Too many positional arguments for method call (too-many-function-args)
   
   ************* Module convert_mean
   
   tools/caffe_converter/convert_mean.py:45:18: E1121: Too many positional arguments for method call (too-many-function-args)
   ```

----------------------------------------------------------------
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