forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finishing Colincsl's SpatialDropout1D (keras-team#4416)
* Added SpatialDropout1D This is a straightforward modification of SpatialDropout2D but for 1D data. * Added SpatialDropout1D to docs * SpatialDropout1D test * Fixed indent issue * Combined TF and TH dimension conditions Use the same 1D dimensions for TensorFlow and Theano in SpatialDropout1D. * trailing whitespace * Removed dim_ordering variable * Removing dim_ordering values removing dim_ordering values as requested
- Loading branch information
1 parent
6b04add
commit 97484ec
Showing
3 changed files
with
36 additions
and
0 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
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