File size: 274 Bytes
47c46ea
 
 
 
 
 
1
2
3
4
5
6
7
# conda create -n stylegan python=3.7
# conda activate stylegan
conda install -c conda-forge/label/gcc7 opencv --yes
conda install tensorflow-gpu=1.15 cudatoolkit=10.0 --yes
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch --yes
pip install -r requirements.txt