From d72281d7f07892c4d1daeae94dfc09a00795411d Mon Sep 17 00:00:00 2001 From: Juyeong Lee <2jy22@naver.com> Date: Fri, 26 Feb 2021 02:41:27 +0900 Subject: [PATCH] [Docs] Fix typos in README.md This is a trivial commit that fixes typos in README.md Signed-off-by: Juyeong Lee <2jy22@naver.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0c4f10..c51d767 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ This component defines layers which consist of a neural network model. Layers ha | Keyword | Layer Name | Description | |:-------:|:---:|:---| | conv2d | Convolution 2D |Convolution 2-Dimentional Layer | - | pooling2d | Pooling 2D |Pooling 2-Dimentional Layer. Support average / max / global average / global max pooing | + | pooling2d | Pooling 2D |Pooling 2-Dimentional Layer. Support average / max / global average / global max pooling | | flatten | Flatten | Flatten Layer | | fully_connected | Fully Connected | Fully Connected Layer | - | input | Input | Input Layer. This is not always requied. | + | input | Input | Input Layer. This is not always required. | | batch_normalization | Batch Normalization Layer | Batch Normalization Layer. | | loss layer | loss layer | hidden from users | | activation | activaiton layer | set by layer property | -- 2.7.4