summaryrefslogtreecommitdiff
path: root/environment.yml
diff options
context:
space:
mode:
authorJun-Yan Zhu <junyanz@users.noreply.github.com>2018-03-26 14:59:33 -0400
committerGitHub <noreply@github.com>2018-03-26 14:59:33 -0400
commitbae3f780dce02baa928e684d92d674ac8acdd95d (patch)
treef204dc7b5d82f93c6bdac8529ae1f058b84bc768 /environment.yml
parent3a853ff09c1d3b82a649155d8c576f8d10eb1a65 (diff)
parent9afd38df3ccf1f86a2754fd5d05fab56bd109eec (diff)
Merge pull request #221 from iver56/fix-multiprocessing
Fix multiprocessing for Windows by using if __name__ == '__main__'
Diffstat (limited to 'environment.yml')
-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