Spaces:
Configuration error
Configuration error
File size: 223 Bytes
9ba7ddb |
1 2 3 4 5 |
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
|