Skip to content

Commit dd8d8b9

Browse files
committed
Project issue
Project issue
1 parent d72d1ef commit dd8d8b9

10 files changed

+10
-274
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
### Example user template template
33
### Example user template
44

5-
result*
65
*.lua
6+
.DS_Store
77

88
# IntelliJ project files
99
.idea
File renamed without changes.
File renamed without changes.

lbfgs.lua

Lines changed: 0 additions & 268 deletions
This file was deleted.

requirements-full.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Keras==1.0.6
2+
Pillow==3.0.0
3+
requests==2.10.0
4+
h5py==2.5.0
5+
Theano==0.7.0
6+
tornado==4.4
7+
tensorflow==0.9.0

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ Keras==1.0.6
22
Pillow==3.0.0
33
requests==2.10.0
44
h5py==2.5.0
5-
Theano==0.7.0
65
tornado==4.4
7-
tensorflow==0.9.0

result.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

result/.DS_Store

-6 KB
Binary file not shown.

result/0.png

-470 KB
Binary file not shown.

settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
result_dir = "result"
1010

1111
# The path of content & style image
12-
content_path = 'content.png'
13-
style_path = 'style.png'
12+
content_path = 'inputs/content.png'
13+
style_path = 'inputs/style.png'
1414

1515

1616
learning_rate = 1.0

0 commit comments

Comments
 (0)