Skip to content

Commit

Permalink
Add CuDNN GRU and LSTM layers. (keras-team#8094)
Browse files Browse the repository at this point in the history
* temp version of CuDNNGRU

* Add CuDNN GRU and LSTM layers.

* Restrict tests to GPU configs.

* Fix test skipping

* Fix test flake with CNTK.
  • Loading branch information
fchollet committed Oct 9, 2017
1 parent eac0d42 commit b3370c0
Show file tree
Hide file tree
Showing 4 changed files with 877 additions and 0 deletions.
1 change: 1 addition & 0 deletions keras/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from .pooling import *
from .local import *
from .recurrent import *
from .cudnn_recurrent import *
from .normalization import *
from .embeddings import *
from .noise import *
Expand Down
Loading

0 comments on commit b3370c0

Please sign in to comment.