18 lines
247 B
YAML
Raw Permalink Normal View History

2025-08-19 15:10:55 +08:00
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