Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. conda create -n bwgan python=3.7 -y
  2. conda init bash
  3.  
  4. conda activate bwgan
  5. conda install cudatoolkit
  6. pip install numpy scipy matplotlib tqdm tensorboardx torch torchvision
  7. export LD_LIBRARY_PATH=/home/student/.conda/envs/bwgan/lib
  8. git clone https://github.com/new-okaerinasai/bwgan_pytorch
  9. cd bwgan_pytorch
  10. python train.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement