Skip to content

Commit 2632a6c

Browse files
UbuntuUbuntu
Ubuntu
authored and
Ubuntu
committed
requirements
1 parent 29b5e4a commit 2632a6c

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ runs/
2020
mnist/
2121
results/
2222
experiment/
23+
env/

Generate_image/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
scikit-learn==0.20.1
2-
torchvision==0.2.1
2+
torchvision==0.2.2.post3
33
torchnet==0.0.4
44
visdom==0.1.8.8
55
ipdb==0.11
6-
fire==0.1.3
6+
fire==0.1.3
7+
torch==1.1.0

Image_recognition/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ torchnet==0.0.4
44
ipdb==0.11
55
fire==0.1.3
66
torch==1.1.0
7-
distiller==0.4.0rc0
8-
tb-nightly==1.14.0a20190505
7+
#distiller==0.4.0rc0
8+
tb-nightly==1.14.0a20190505

style_migration/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=0.4.1
2-
torchvision>=0.2.1
1+
torch==1.1.0
2+
torchvision==0.2.2.post3
33
dominate>=2.3.1
44
visdom>=0.1.8.3

0 commit comments

Comments
 (0)