You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any cell based on research paper, the original paper has to be well recognized.
The criteria here is >= 100 citation based on Google scholar. If the contributor feels
this requirement need to be overruled, please specify the detailed justification in the
PR.
Standard API
In order to conform with the current API standard, all cells must:
Inherit from either keras.layers.AbstractRNNCell or keras.layers.Layer with
required properties.
Add the addon to the py_library in this sub-package's BUILD file.
Testing Requirements
When applicable, run all tests with TensorFlow's
@run_in_graph_and_eager_modes (for test method)
or @run_all_in_graph_and_eager_modes (for TestCase subclass)
decorator.
Add a py_test to this sub-package's BUILD file.
Documentation Requirements
Update the table of contents in this sub-packages's README.