From 0231cd82fbbede24700d00798fc0d3b291284524 Mon Sep 17 00:00:00 2001 From: iver56 Date: Wed, 14 Mar 2018 09:27:00 +0100 Subject: Add environment.yml, for easier setup with Conda --- environment.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 environment.yml (limited to 'environment.yml') diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..116d052 --- /dev/null +++ b/environment.yml @@ -0,0 +1,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 -- cgit v1.2.3-70-g09d2