Skip to content

Commit

Permalink
Merge branch 'github_master'
Browse files Browse the repository at this point in the history
  • Loading branch information
minseokl committed Sep 14, 2022
2 parents 3906444 + da42917 commit b0e60f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api/hugectr_layer_book.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ The Dropout layer randomly zeroizes or drops some of the input elements.

Parameter:

* `dropout_rate`: Float, The dropout rate to be used for the `Dropout` layer. It should be between 0 and 1. Setting it to 1 indicates that there is no dropped element at all. The default value is 0.5.
* `dropout_rate`: Float, The dropout rate to be used for the `Dropout` layer. It should be between 0 and 1. Setting it to 0 indicates that there is no dropped element at all. The default value is 0.5.

Input and Output Shapes:

Expand Down

0 comments on commit b0e60f1

Please sign in to comment.