clyclegana / environment.yml
wangbaoyuan's picture
1
384ed5c
raw
history blame contribute delete
247 Bytes
name: pytorch-CycleGAN-and-pix2pix
channels:
- pytorch
- defaults
dependencies:
- python=3.8
- pytorch=1.8.1
- scipy
- pip
- pip:
- dominate==2.6.0
- torchvision==0.9.1
- Pillow==8.0.1
- numpy==1.19.2
- visdom==0.1.8
- wandb==0.12.18