Addons: Add contribution guideline for moving from tf.contrib

Created on 21 Feb 2019  路  3Comments  路  Source: tensorflow/addons

@dynamicwebpaige wisely suggested in #38 that we put together a guideline on moving from tf.contrib to addons. A majority of our code is currently ported from tf.contrib and there are many open issues for bringing over the rest of our addons RFC.

Some things to include in the guideline:

  • TF2.0 symbols mapping
  • Guidelines on when to use tf.function
  • Common code changes (remove variable_scope, etc.)
  • Suggestions on adding aditional test cases

I imagine we would hold this document in the repo for a substantial amount of time, but ultimately will want to remove it as we grow away from our original codebase of ported tf.contrib code

documentation help wanted

Most helpful comment

Currently being worked by two Google Summer of Code students: Vishal and Adrian.

All 3 comments

cc: @karmel for visibility.

Currently being worked by two Google Summer of Code students: Vishal and Adrian.

Closing as we're more or less past moving code from tf.contrib.

Was this page helpful?
0 / 5 - 0 ratings