Skip to content

Commit 79593ca

Browse files
authored
Update install-gpu-model-builder.md (#44444)
1 parent f003da3 commit 79593ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/machine-learning/how-to-guides/install-gpu-model-builder.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Learn how to install the GPU drivers to use your GPU with Model Builder.
1414

1515
## Hardware requirements
1616

17-
- At least one CUDA compatible GPU. For a list of compatible GPUs, see [NVIDIA's guide](https://developer.nvidia.com/cuda-gpus).
18-
- At least 6GB of dedicated GPU memory.
17+
- At least one CUDA-compatible GPU. For a list of compatible GPUs, see [NVIDIA's guide](https://developer.nvidia.com/cuda-gpus).
18+
- At least 6 GB of dedicated GPU memory.
1919

2020
## Prerequisites
2121

@@ -25,9 +25,9 @@ Learn how to install the GPU drivers to use your GPU with Model Builder.
2525
### Image classification only
2626

2727
- NVIDIA developer account. If you don't have one, [create a free account](https://developer.nvidia.com/developer-program).
28-
- Install dependencies
28+
- Install dependencies:
2929
- Install [CUDA v10.1](https://developer.nvidia.com/cuda-10.1-download-archive-update2). Make sure you install CUDA v10.1, not any other newer version.
30-
- Install [cuDNN v7.6.4 for CUDA 10.1](https://developer.nvidia.com/rdp/cudnn-download). You cannot have multiple versions of cuDNN installed. After downloading cuDNN v7.6.4 zip file and unpacking it, copy `<CUDNN_zip_files_path>\cuda\bin\cudnn64_7.dll` to `<YOUR_DRIVE>\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin`.
30+
- Install [cuDNN for CUDA 10.1](https://developer.nvidia.com/rdp/cudnn-download). (You can't have multiple versions of cuDNN installed.)
3131

3232
## Troubleshooting
3333

@@ -37,7 +37,7 @@ Deep learning scenarios tend to run faster on GPUs.
3737

3838
Some scenarios like image classification support training on Azure GPU VMs.
3939

40-
However, if local GPUs or Azure are not an option for you, these scenarios also run on CPU. Note however that training times are significantly longer.
40+
However, if local GPUs or Azure are not an option for you, these scenarios also run on CPU. However, training times are significantly longer.
4141

4242
**How do I know what GPU I have?**
4343

@@ -46,25 +46,25 @@ However, if local GPUs or Azure are not an option for you, these scenarios also
4646
1. Right-click on the Windows start menu icon and select **Settings**.
4747
1. Select **Settings** > **System**
4848
1. Select **Display** and scroll down to **Related settings**.
49-
1. Select **Advanced display**. Your GPUs make and model should be shown under **Display information**.
49+
1. Select **Advanced display**. Your GPU's make and model are shown under **Display information**.
5050

5151
***Check GPU from Task Manager***
5252

5353
1. Right-click on the Windows start menu icon and select **Task Manager**.
5454
1. Select **Performance**.
5555
1. In the last pane of the tab, choose **GPU**. If this option is available, it will likely be at the bottom of the list.
56-
1. In the top right corner of the GPU selection, information about your computers GPU will be visible.
56+
1. In the top right corner of the GPU selection, information about your computer's GPU is shown.
5757

5858
**I don't see my GPU in Settings or Task Manager but I know I have an NVIDIA GPU.**
5959

60-
1. Open Device Manager
61-
1. Look at Display adapters
62-
1. Install appropriate [driver](https://www.nvidia.com/drivers) for your GPU.
60+
1. Open Device Manager.
61+
1. Look at Display adapters.
62+
1. Install the appropriate [driver](https://www.nvidia.com/drivers) for your GPU.
6363

6464
**How do I see what version of CUDA I have?**
6565

66-
1. Open a PowerShell or command line window
67-
1. Type in `nvcc --version`
66+
1. Open a PowerShell or command line window.
67+
1. Run the command `nvcc --version`.
6868

6969
**cuda is not available, please confirm you have a cuda-supported gpu**
7070

0 commit comments

Comments
 (0)