From: SeoHyungjun Date: Mon, 31 Oct 2022 04:35:59 +0000 (+0900) Subject: [typo] Fix typo X-Git-Tag: accepted/tizen/unified/20230425.130129~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a05d56eead03f8564632fcb3c4b629a00321f9b;p=platform%2Fcore%2Fml%2Fnntrainer.git [typo] Fix typo fix the typo error in README.md file Signed-off-by: SeoHyungjun --- diff --git a/README.md b/README.md index 315fbbd..5be83be 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ This component defines layers which consist of a neural network model. Layers ha | concat | ConcatLayer | Concatenate input layers | | multiout | MultiOutLayer | Multi-Output Layer | | backbone_nnstreamer | NNStreamerLayer | Encapsulate NNStreamer layer | - | backbone_tflite | TfLiteLayer | Encapsulate tflite as an layer | + | backbone_tflite | TfLiteLayer | Encapsulate tflite as a layer | | permute | PermuteLayer | Permute layer for transpose | | preprocess_flip | PreprocessFlipLayer | Preprocess random flip layer | | preprocess_l2norm | PreprocessL2NormLayer | Preprocess simple l2norm layer to normalize | @@ -187,7 +187,7 @@ NNTrainer example for a variety of networks ## Open Source License -The nntrainer is an open source project released under the terms of the Apache License version 2.0. +The NNtrainer is an open source project released under the terms of the Apache License version 2.0. ## Contributing