clyclegana / scripts /conda_deps.sh
wangbaoyuan's picture
1
384ed5c
raw
history blame
223 Bytes
set -ex
conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
conda install pytorch torchvision -c pytorch # add cuda90 if CUDA 9
conda install visdom dominate -c conda-forge # install visdom and dominate