Skip to content

Conversation

@qlzh727
Copy link
Member

@qlzh727 qlzh727 commented Apr 17, 2019

Slowly bring over the tf.contrib.rnn code to addons.

The selection criteria so far are:

  1. Previous requested by user.
  2. From widely cited research paper (more than 100 based on Google scholar).

The initial commit only contains one rnn cell so far (NASCell), expect more cells to come.

@qlzh727 qlzh727 requested a review from a team as a code owner April 17, 2019 22:54
@facaiy facaiy requested a review from seanpmorgan April 18, 2019 12:23
@facaiy facaiy added the seq2seq label Apr 18, 2019
@seanpmorgan seanpmorgan changed the title Add submodule for RNN related code. Add subpackage for RNN related code. Apr 18, 2019
Copy link
Member

@seanpmorgan seanpmorgan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks very good and this is a nice addition to the repo. Some things need to be added though:

  • Please import rnn in the global init
  • Add rnn to the packaging BUILD file
  • Add the subpackage to the project REAMDE
  • Add a subpackage README describing the API style for RNN (inherit from keras.AbstractCell etc.)

@seanpmorgan seanpmorgan added rnn and removed seq2seq labels Apr 18, 2019
1. Update the addon init/build/README
2. Add README for rnn.
@qlzh727
Copy link
Member Author

qlzh727 commented Apr 18, 2019

Done. Thanks for the review. Btw, the build seems broken due to the recent release of tf estimator.

Copy link
Member

@seanpmorgan seanpmorgan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! One small nit comment and then could you also modify .github/CODEOWNERS. I really like the explicit criteria for being accepted. This might be something we should apply to more subpackages. Thoughts @facaiy ?

Small changes and then we can merge this after our CI returns tomorrow.

@qlzh727
Copy link
Member Author

qlzh727 commented Apr 18, 2019

Done. Updated doc and gitowner file.

Copy link
Member

@seanpmorgan seanpmorgan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great... thanks!

@seanpmorgan seanpmorgan merged commit 4e0aefe into tensorflow:master Apr 18, 2019
@qlzh727 qlzh727 deleted the rnn branch April 18, 2019 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants