-
-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use NNlib.dropout, deprecate Flux.dropout * improve Dropout's docstring * make Dropout(0) === identity, cannot mutate * NNlibCUDA = 0.2.5 * NNlibCUDA = 0.2.6 * simplify default_rng etc * Revert "simplify default_rng etc" This reverts commit 0e396a6. * un-revert the removal of the active=true method * avoid a branch * Update src/layers/normalise.jl Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> * Apply suggestions from code review Co-authored-by: Kyle Daruwalla <daruwalla.k.public@icloud.com> --------- Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com> Co-authored-by: Kyle Daruwalla <daruwalla.k.public@icloud.com>
- Loading branch information
1 parent
dc21964
commit e33de0c
Showing
5 changed files
with
50 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ LayerNorm | |
InstanceNorm | ||
GroupNorm | ||
Flux.normalise | ||
Flux.dropout | ||
NNlib.dropout | ||
``` | ||
|
||
### Test vs. Train | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters