Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 186 Bytes

INSTALL.md

File metadata and controls

5 lines (5 loc) · 186 Bytes

mamba create -n stargan-v2 mamba activate stargan-v2 mamba install python=3.9 mamba install -y pytorch torchvision pytorch-cuda=11.8 -c pytorch -c nvidia pip install -r requirements.txt