[typo] Fix typo
authorSeoHyungjun <hyungjun.seo@samsung.com>
Fri, 9 Dec 2022 03:02:12 +0000 (12:02 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 12 Dec 2022 05:55:37 +0000 (14:55 +0900)
- fix a typo in README.md file
- add reviewers

Signed-off-by: SeoHyungjun <hyungjun.seo@samsung.com>
README.md

index 96b7a91..4ff3fcb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -61,6 +61,8 @@ Even if NNtariner runs on device, it provides full functionalities to train mode
 * [Jiho Chu](https://github.com/jihochu)
 * [Yelin Jeong](https://github.com/niley7464)
 * [Donghak Park](https://github.com/DonghakPark)
+* [Hyungjun Seo](https://github.com/SeoHyungjun)
+* [Seungbaek Hong](https://github.com/baek2sm)
 
 
 ## Components
@@ -165,7 +167,7 @@ NNTrainer provides
 
  | Keyword | Loss Name | Description |
  |:-------:|:---:|:---|
- | weight_initializer | Weight Initialization | Xavier(Normal/Uniform), LeCun(Normal/Uniform),  HE(Normal/Unifor) |
+ | weight_initializer | Weight Initialization | Xavier(Normal/Uniform), LeCun(Normal/Uniform),  HE(Normal/Uniform) |
  | weight_regularizer | weight decay ( L2Norm only ) | needs set weight_regularizer_param & type |
 
 ### APIs