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 2018/06/25 06:50:58 UTC

[GitHub] azai91 commented on issue #11371: [MXNET-486] Create CPP test for concat MKLDNN operator

azai91 commented on issue #11371: [MXNET-486] Create CPP test for concat MKLDNN operator
URL: https://github.com/apache/incubator-mxnet/pull/11371#issuecomment-399849870
 
 
   Does not appear like this causes regression as well:
   ```
   ubuntu@ip-172-31-11-93:~/incubator-mxnet$ python example/image-classification/benchmark_score.py
   /home/ubuntu/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: 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
   Assertion failure at kmp_runtime.cpp(3767): __kmp_gtid_get_specific() == gtid.
   INFO:root:network: resnet-50
   INFO:root:device: cpu(0)
   /home/ubuntu/incubator-mxnet/python/mxnet/module/base_module.py:66: UserWarning: Data provided by label_shapes don't match names specified by label_names ([] vs. ['softmax_label'])
     warnings.warn(msg)
   [06:49:57] ../src/operator/nn/mkldnn/mkldnn_base.cc:72: Allocate 147456 bytes with malloc directly
   [06:49:57] ../src/operator/nn/mkldnn/mkldnn_base.cc:72: Allocate 589824 bytes with malloc directly
   [06:49:57] ../src/operator/nn/mkldnn/mkldnn_base.cc:72: Allocate 2359296 bytes with malloc directly
   [06:49:57] ../src/operator/nn/mkldnn/mkldnn_base.cc:72: Allocate 9437184 bytes with malloc directly
   INFO:root:batch size  1, image/sec: 17.726948
   INFO:root:batch size  2, image/sec: 30.507246
   INFO:root:batch size  4, image/sec: 40.782929
   INFO:root:batch size  8, image/sec: 47.306150
   INFO:root:batch size 16, image/sec: 49.509562
   INFO:root:batch size 32, image/sec: 51.801888
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services