This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 461ba07  a hot fix for mkldnn link (#11939)
461ba07 is described below

commit 461ba072c2531a3303e796425f19325627b966e7
Author: Xinyu Chen <[email protected]>
AuthorDate: Tue Jul 31 11:29:56 2018 +0800

    a hot fix for mkldnn link (#11939)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c402c52..7e9dc91 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ What's New
 * [Version 0.8.0 Release](https://github.com/dmlc/mxnet/releases/tag/v0.8.0)
 * [Updated Image Classification with new Pre-trained 
Models](./example/image-classification)
 * [Python Notebooks for How to Use 
MXNet](https://github.com/dmlc/mxnet-notebooks)
-* [MKLDNN for Faster CPU Performance](./MKL_README.md)
+* [MKLDNN for Faster CPU Performance](./MKLDNN_README.md)
 * [MXNet Memory Monger, Training Deeper Nets with Sublinear Memory 
Cost](https://github.com/dmlc/mxnet-memonger)
 * [Tutorial for NVidia GTC 2016](https://github.com/dmlc/mxnet-gtc-tutorial)
 * [Embedding Torch layers and functions in 
MXNet](https://mxnet.incubator.apache.org/faq/torch.html)

Reply via email to