pengzhao-intel commented on issue #13141: MKLDNN softmax outputs NaN in mkldnn 0.14 URL: https://github.com/apache/incubator-mxnet/issues/13141#issuecomment-436872748 @azai91 PR is merged, go ahead to create a test for this issue 👍 Feel free to let me know if any help is needed. Original: MKL-DNN 0.14 ``` patric@mlt-skx122 mxnet]$ python soft.py /home/patric/.local/lib/python2.7/site-packages/h5py/__init__.py:34: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`. from ._conv import register_converters as _register_converters [ [[[[nan nan]]]] <NDArray 1x1x1x2 @cpu(0)>] ``` Now: MKL-DNN 0.17 ``` [patric@mlt-skx122 mxnet]$ python soft.py /home/patric/.local/lib/python2.7/site-packages/h5py/__init__.py:34: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`. from ._conv import register_converters as _register_converters [ [[[[1. 1.]]]] <NDArray 1x1x1x2 @cpu(0)>] ```
---------------------------------------------------------------- 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
