Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 557 Bytes

tsne-CUDA.md

File metadata and controls

22 lines (15 loc) · 557 Bytes

Speech Feature Visualization and Feature Reduction

Conda Cheat Sheet

Follow this tutorial

Install the tool

# create new environment where tsnecuda can be installed

# List existing env
conda info --envs

# activate env in Linux or MacOS
source activate tsnecuda


# In the tsnecuda env, install it
conda install tsnecuda cuda80 -c cannylab # For CUDA8.0

# deactive 

source deactivate