-
Notifications
You must be signed in to change notification settings - Fork 617
LayernormSimpleRNN moved to addons #841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8226633
LayernormSimpleRNN moved to addons
ulf1 1fa64cf
code-format run
ulf1 5a49582
use super instead of calling the parent class
ulf1 1d32041
deactivate layernorm's bias term (beta) for centering, and apply the …
ulf1 3f24525
use_layernorm=True set as default
ulf1 764419d
import alligned with cell.py, examples in docstring corrected
ulf1 8da0cc0
import aligned with cell_test.py
ulf1 6fff49f
code for LayernormSimpleRNN moved into cell.py and cell_test.py
ulf1 a1b86b5
pylint errors corrected
ulf1 8179a2e
bazel's timeout increased from small to large for cell_test.py
ulf1 140d955
test with training deactivated
ulf1 c2d9971
non-ascii char replaced
ulf1 9369772
dict syntax for python2 changed
ulf1 348567c
Renamed to LayerNorm...
ulf1 179221b
direct parent class call replaced with super
ulf1 5cdedc2
error due to import change corrected
ulf1 a5f71bb
uncomment line
ulf1 7a3c5f1
unit test added
ulf1 022eef4
Name change in unit test file
ulf1 1cce210
Still the class name change
ulf1 0ae1d43
deleted dtype and trainable args for parent class
ulf1 55e1847
remove self for super parent class calls
ulf1 0809732
compare arrays with assertAllEqual
ulf1 088d9c6
use_layernorm removed
ulf1 944ae38
dict removed from return statement
ulf1 61be862
LayerNormSimpleRNN removed, use kwargs, comments removed
ulf1 bb1655f
forward **kwargs to other layers
ulf1 dc22b6e
a more pythonic dict loop
ulf1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.