Skip to content

Commit 73649ee

Browse files
edited
1 parent 7b82e19 commit 73649ee

File tree

24 files changed

+24
-206
lines changed

24 files changed

+24
-206
lines changed
Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1+
## my-neural-stye
12

2-
python3 test3.py
33

4+
* 如何执行
5+
```
6+
python3 neural-style.py
7+
```
48
5-
git没有办法上传预训练模型,所以这个 imagenet-vgg-verydeep-19.mat 文件 就只能到自己下载一下了。
9+
* 文件及文件夹的作用
10+
11+
image/ 输入图片,包括内容图片,风格图片
12+
13+
results_docker/ 存放输出的图片
14+
15+
neural-sytle.py 完整版的代码
16+
17+
test1.py 和 test2.py 是checkout的两个分支,我也没删除,留下来了。以后没事,看看实现的过程。
18+
19+
* Blog
20+
21+
实现的原理写在blog上面了 : https://www.jianshu.com/p/25036ca64408
22+
23+
* 环境
24+
```
25+
python3.5
26+
tensorflow 1.2
27+
```
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

tensorlfow_进阶/neural-style/neural-style/LICENSE

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

tensorlfow_进阶/neural-style/neural-style/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

tensorlfow_进阶/neural-style/neural-style/main.py

Lines changed: 0 additions & 163 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

tensorlfow_进阶/neural-style/neural-style/run.sh

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

tensorlfow_进阶/neural-style/readme.md

Whitespace-only changes.

0 commit comments

Comments
 (0)