[Docs] Fix typos in README.md accepted/tizen/unified/20210226.131826 submit/tizen/20210226.034152
authorJuyeong Lee <2jy22@naver.com>
Thu, 25 Feb 2021 17:41:27 +0000 (02:41 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 26 Feb 2021 03:00:57 +0000 (12:00 +0900)
This is a trivial commit that fixes typos in README.md

Signed-off-by: Juyeong Lee <2jy22@naver.com>
README.md

index b0c4f10..c51d767 100644 (file)
--- 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 |