summaryrefslogtreecommitdiff
path: root/environment.yml
blob: 116d0521c02ab02c697759f476c20fa4cf491176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: pytorch-CycleGAN-and-pix2pix
channels:
- peterjc123
- defaults
dependencies:
- python=3.5.5
- pytorch=0.3.1
- scipy
- pip:
  - dominate==2.3.1
  - git+https://github.com/pytorch/vision.git
  - Pillow==5.0.0
  - numpy==1.14.1
  - visdom==0.1.7