From: Juyeong Lee <2jy22@naver.com> Date: Thu, 25 Feb 2021 17:41:27 +0000 (+0900) Subject: [Docs] Fix typos in README.md X-Git-Tag: accepted/tizen/unified/20210226.131826^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d72281d7f07892c4d1daeae94dfc09a00795411d;p=platform%2Fcore%2Fml%2Fnntrainer.git [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> --- 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 |