May 2019
Intermediate to advanced
452 pages
12h 16m
English
This is the recommended way to get started with CuPy for a production environment. By using a virtual environment, you can safely experiment with your programming skills without affecting the system-wide Python setup.
To set up CuPy within Anaconda, follow these instructions:
First, let's install cupy with conda with the following commands on a Terminal. Proceed by entering y. The first command would be necessary depending upon the updated state of the Anaconda installation. Here, we additionally choose the cudatoolkit conda package specifically for CUDA 9.0 (installed system-wide):
$ conda update -n base conda -c anacondaCollecting package metadata: doneSolving environment: done---proceed ([y]/n)? y---$ conda ...
Read now
Unlock full access