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: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Nebula uses g++ and nvcc to compile C++ codes to execute on CPUs and NVIDIA GPUs
18
18
* nvcc-9.0 or later
19
19
* OpenCV-3.2 or later
20
20
* OpenBLAS-0.2 or later: optional for CPU acceleration
21
-
* cuBLAS and cuDNN (of package nvidia-384 or later): optional for GPU acceleration
21
+
* cuBLAS (of package nvidia-384 or later) and cuDNN (version 7.0.4 to 7.6.5): optional for GPU acceleration
22
22
23
23
In Ubuntu 18.04, use the following command to install the required libraries except for the NVIDIA driver package.
24
24
@@ -28,6 +28,13 @@ To install an NVIDIA driver package for cuBLAS and cuDNN libraries, refer to the
28
28
29
29
$ sudo ./cuda_9.0.176_384.81_linux-run
30
30
31
+
To install cuDNN libraries, refer to the following link:
32
+
https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html. For example, installing cudnn-v7.6.5 can be done by executing the following commands with sudo privilege.
The latest release of Nebula benchmark suite is v1.1 (as of Aug., 2020). To obatin a copy of Nebula v1.1, use the following git command in a terminal.
@@ -38,7 +45,6 @@ Or, if you wish to use the latest development version, simply clone the git resp
38
45
39
46
$ git clone https://github.com/yonsei-icsl/nebula
40
47
41
-
42
48
## Build
43
49
Nebula provides a script file named nebula.sh to facilitate the build and run processes of benchmark suite. To build the entire models of Nebula suite, execute the script file as follows in the main directory of Nebula.
0 commit comments