Coder Social home page Coder Social logo

cudnnv's Introduction

GitHub repo size

cuDNNv: cuDNN Version Switcher (v0.4)

cuDNNv is a simple script to install cuDNN to your system or to change the version of the existing cuDNN to an older/a newer version. Although the script is super simple, it saves you quite a bit of time by reducing a minute long work to a single button click. It especially becomes a life saver if you're working with multiple frameworks that use different versions of cuDNN. cuDNNv currently works only on 64-bit Linux for any cuDNN version.

Using cuDNNv

  1. Clone the repository to your working directory by using the following command:

    git clone https://github.com/dnzzcn/cuDNNv.git

    Or directly download it as a ZIP file and extract it to any directory you want.

  2. Download the cuDNN version you want to use from NVIDIA Developer page. You have to login to your account, or create one if you don't already have, in order to download the package. Please make sure that you download the package that is suitable with the CUDA version you use, because it is not being checked by cuDNNv.

  3. Move the .tgz file you downloaded from NVIDIA Developer page to 'cuDNNv/packages' folder (or to 'cuDNNv-master/packages' folder, if you downloaded the repository as a ZIP file).

  4. Finally, you can run the script by running the following command inside the cuDNNv directory:

    ./cuDNNv &
    

    You can choose the version you want to install/switch to from the dropdown menu and then click the switch button. You can also use cuDNNv to clean install the version you are already using to make sure it is working properly.

    The source code is included in 'src' folder in the repository.

Permission Error

This error might be encountered if files of a cuDNN version are created with root privileges in an earlier installment. If you happen to have this error, you need to run cuDNNv with root privileges too.

sudo ./cuDNNv &

cudnnv's People

Contributors

dnzzcn avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.