azai91 commented on issue #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED) URL: https://github.com/apache/incubator-mxnet/pull/12746#issuecomment-431525464 Resnet 50 with cache disabled. ubuntu@ip-172-31-3-217:~/incubator-mxnet$ MXNET_MKLDNN_CACHE_SIZE=-1 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(2582): __kmp_init_serial. Assertion failure at kmp_runtime.cpp(2582): __kmp_init_serial. Assertion failure at kmp_runtime.cpp(2582): __kmp_init_serial. Assertion failure at kmp_runtime.cpp(2582): __kmp_init_serial. Assertion failure at kmp_runtime.cpp(2582): __kmp_init_serial. Assertion failure at kmp_runtime.cpp(2582): __kmp_init_serial. Assertion failure at kmp_runtime.cpp(2582): __kmp_init_serial. INFO:root:network: resnet-50 INFO:root:device: cpu(0) /home/ubuntu/incubator-mxnet/python/mxnet/module/base_module.py:68: UserWarning: Data provided by label_shapes don't match names specified by label_names ([] vs. ['softmax_label']) warnings.warn(msg) [23:20:09] ../src/operator/nn/mkldnn/mkldnn_base.cc:74: Allocate 147456 bytes with malloc directly [23:20:09] ../src/operator/nn/mkldnn/mkldnn_base.cc:74: Allocate 589824 bytes with malloc directly [23:20:09] ../src/operator/nn/mkldnn/mkldnn_base.cc:74: Allocate 2359296 bytes with malloc directly [23:20:09] ../src/operator/nn/mkldnn/mkldnn_base.cc:74: Allocate 9437184 bytes with malloc directly
---------------------------------------------------------------- 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
