From 6d90e9479943da61249d710a87acfd8da88feafe Mon Sep 17 00:00:00 2001 From: Piyush Ghai Date: Wed, 27 Feb 2019 13:53:04 -0800 Subject: [PATCH] Removed spaces in cuda100 path --- docs/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/index.md b/docs/install/index.md index 4f1c8d835462..cb61fb7bf400 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -1125,7 +1125,7 @@ You can [build MXNet-R from source](windows_setup.html#install-mxnet-package-for options(repos = cran) install.packages("mxnet") ``` -Change cu92 to cu80, cu90, cu91 or cuda 100 based on your CUDA toolkit version. Currently, MXNet supports these versions of CUDA. +Change cu92 to cu80, cu90, cu91 or cuda100 based on your CUDA toolkit version. Currently, MXNet supports these versions of CUDA. Note : You also need to have cuDNN installed on Windows. Check out this [guide](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#installwindows) on the steps for installation.