Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.2 KB

installation.md

File metadata and controls

42 lines (23 loc) · 1.2 KB

Installation guide

This chapter contains all necessary information to properly install VergeML.

Requirements

Installing TensorFlow with GPU support:

Install Tensorflow with GPU support enabled through pip:

    pip install tensorflow_gpu

Tensorflow needs CUDA 9.0 installed.

You will also need cuDNN v7.0.5 for CUDA 9.0 installed. Note: you will have to create an NVIDIA membership account to download the files. This cuDNN installation guide can help you to install cuDNN on your machine.

Installing TensorFlow without GPU support:

pip install tensorflow

Install VergeML:

pip install vergeml

Troubleshooting

Cudnn64.dll not found

This problem happens when the cuDNN library was not installed properly or a wrong version of cuDNN was used. Please download and install cuDNN 7.0.5 to address this problem.