ArtTrain / scripts /conda_deps.sh
Haimi's picture
Upload 74 files
fc77421
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