trysem's picture
Duplicate from feng2022/Time-TravelRephotography
5b68e3e
raw
history blame contribute delete
274 Bytes
# 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