Skip to content

Commit

Permalink
Deprecates the use_batch_norm_* options to LSTM. Please switch to Bat…
Browse files Browse the repository at this point in the history
…chNormLSTM if you require these options, in a future version they will no longer be supported by LSTM.

PiperOrigin-RevId: 159420083
  • Loading branch information
Deepmind authored and diegolascasas committed Jun 21, 2017
1 parent 0944fc6 commit 93d5471
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 220 deletions.
1 change: 1 addition & 0 deletions sonnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
from sonnet.python.modules.conv import SeparableConv2D
from sonnet.python.modules.conv import VALID
from sonnet.python.modules.embed import Embed
from sonnet.python.modules.gated_rnn import BatchNormLSTM
from sonnet.python.modules.gated_rnn import Conv1DLSTM
from sonnet.python.modules.gated_rnn import Conv2DLSTM
from sonnet.python.modules.gated_rnn import GRU
Expand Down

0 comments on commit 93d5471

Please sign in to comment.