summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriver56 <ij@aiascience.com>2018-03-14 09:27:00 +0100
committeriver56 <ij@aiascience.com>2018-03-14 09:27:00 +0100
commit0231cd82fbbede24700d00798fc0d3b291284524 (patch)
tree19f850529d3561fc6bbb771530a47c0dfa6a218e
parentb4ee6eafae19ce7fc2e2036acc8532db8c9d186c (diff)
Add environment.yml, for easier setup with Conda
-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