From 5f75d46cbe538f090211eac7b0983d13f207c0de Mon Sep 17 00:00:00 2001 From: xinyu-intel Date: Tue, 31 Jul 2018 09:25:10 +0800 Subject: [PATCH] a hot fix for mkldnn link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c402c523b57e..7e9dc91e771a 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)