summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--environment.yml14
1 files changed, 14 insertions, 0 deletions
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