18 lines
247 B
YAML
18 lines
247 B
YAML
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
|
|
|