cr / scripts /conda_deps.sh
Keiser41's picture
Upload 201 files
96eb931
raw
history blame contribute delete
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