Skip to content

Commit

Permalink
Updated pytorch version to 1.4.0 in the installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
taesungp committed Aug 1, 2020
1 parent f5834b3 commit 7921099
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: pytorch-CycleGAN-and-pix2pix
channels:
- peterjc123
- pytorch
- defaults
dependencies:
- python=3.5.5
- pytorch=0.4.1
- python=3.6
- pytorch=1.4.0
- 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
- dominate==2.4.0
- torchvision==0.5.0
- Pillow==6.1.0
- numpy==1.16.4
- visdom==0.1.8
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch>=0.4.1
torchvision>=0.2.1
dominate>=2.3.1
visdom>=0.1.8.3
torch>=1.4.0
torchvision>=0.5.0
dominate>=2.4.0
visdom>=0.1.8.8

0 comments on commit 7921099

Please sign in to comment.