diff --git a/README.md b/README.md index 34b60545..e7edccc4 100644 --- a/README.md +++ b/README.md @@ -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)

- +

Fig.7 - TensorSpace ResNet-50 diff --git a/docs/preprocess_zh/TensorFlow/README.md b/docs/preprocess_zh/TensorFlow/README.md index e7297db9..c34fd4af 100644 --- a/docs/preprocess_zh/TensorFlow/README.md +++ b/docs/preprocess_zh/TensorFlow/README.md @@ -90,7 +90,7 @@ x_test = np.pad(x_test, ((0,0), (2,2), (2,2), (0,0)), 'constant') #### 第二步,根据 LeNet_v5 的网络结构来构建模型

-LeNet structure +LeNet structure
图2 - LeNet 网络结构