Skip to content

Commit

Permalink
update tsp_image related links
Browse files Browse the repository at this point in the history
  • Loading branch information
zchholmes committed Nov 1, 2018
1 parent 18816b0 commit d3bcf8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -200,7 +200,7 @@ We put the `predict( image_5 )` method in the callback function of `init()` to e
[➡ Live Demo](http://tensorspace.org/html/playground/resnet50.html)

<p align="center">
<img width="100%" src="https://github.com/zchholmes/tsp_image/blob/master/tensorspace_resnet50.gif">
<img width="100%" src="https://github.com/tensorspace-team/tensorspace/blob/master/assets/tensorspace_resnet50.gif">
</p>
<p align="center">
<b>Fig.7</b> - TensorSpace ResNet-50
Expand Down
2 changes: 1 addition & 1 deletion docs/preprocess_zh/TensorFlow/README.md
Expand Up @@ -90,7 +90,7 @@ x_test = np.pad(x_test, ((0,0), (2,2), (2,2), (0,0)), 'constant')
#### 第二步,根据 LeNet_v5 的网络结构来构建模型

<p align="center">
<img src="https://github.com/zchholmes/tsp_image/blob/master/General/intro_preprocess_s_zh.png" alt="LeNet structure" width="800" >
<img src="./img/intro_preprocess_s_zh.png" alt="LeNet structure" width="800" >
<br/>
<b>图2</b> - LeNet 网络结构
</p>
Expand Down

0 comments on commit d3bcf8d

Please sign in to comment.