You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/machine-learning/how-to-guides/install-gpu-model-builder.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ Learn how to install the GPU drivers to use your GPU with Model Builder.
14
14
15
15
## Hardware requirements
16
16
17
-
- At least one CUDAcompatible 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.
19
19
20
20
## Prerequisites
21
21
@@ -25,9 +25,9 @@ Learn how to install the GPU drivers to use your GPU with Model Builder.
25
25
### Image classification only
26
26
27
27
- 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:
29
29
- 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.)
31
31
32
32
## Troubleshooting
33
33
@@ -37,7 +37,7 @@ Deep learning scenarios tend to run faster on GPUs.
37
37
38
38
Some scenarios like image classification support training on Azure GPU VMs.
39
39
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.
41
41
42
42
**How do I know what GPU I have?**
43
43
@@ -46,25 +46,25 @@ However, if local GPUs or Azure are not an option for you, these scenarios also
46
46
1. Right-click on the Windows start menu icon and select **Settings**.
47
47
1. Select **Settings** > **System**
48
48
1. Select **Display** and scroll down to **Related settings**.
49
-
1. Select **Advanced display**. Your GPU’s 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**.
50
50
51
51
***Check GPU from Task Manager***
52
52
53
53
1. Right-click on the Windows start menu icon and select **Task Manager**.
54
54
1. Select **Performance**.
55
55
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 computer’s GPU will be visible.
56
+
1. In the top right corner of the GPU selection, information about your computer's GPU is shown.
57
57
58
58
**I don't see my GPU in Settings or Task Manager but I know I have an NVIDIA GPU.**
59
59
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.
63
63
64
64
**How do I see what version of CUDA I have?**
65
65
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`.
68
68
69
69
**cuda is not available, please confirm you have a cuda-supported gpu**
0 commit comments