[Doc] Update activation function in `README.md`
authorheka1024 <heka1024@gmail.com>
Mon, 17 Jun 2024 19:05:51 +0000 (04:05 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 19 Jun 2024 14:50:42 +0000 (23:50 +0900)
Sync supported function with `README.md`

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: heka1024 <heka1024@gmail.com>
README.md

index 6661fa0fd47b43bbf509c0a846886d5547be6dcd..8d80ffc18d0c7870825e989da2ada0979ab50f45 100644 (file)
--- a/README.md
+++ b/README.md
@@ -137,8 +137,16 @@ NNTrainer provides
  |:-------:|:---:|:---|
  | tanh | tanh function | set as layer property |
  | sigmoid | sigmoid function | set as layer property |
- | relu | relu function | set as layer property |
  | softmax | softmax function | set as layer property |
+ | relu | relu function | set as layer property |
+ | leaky_relu | leaky_relu function | set as layer property |
+ | swish | swish function | set as layer property |
+ | gelu | gelu function | set as layer property |
+ | quick_gelu | quick gelu function | set as layer property |
+ | elu | elu function | set as layer property |
+ | selu | selu function | set as layer property |
+ | softplus | softplus function | set as layer property |
+ | mish | mish function | set as layer property |
 
 ### Tensor