22
33![ Tranquil Sunset] ( https://www.publicdomainpictures.net/pictures/30000/velka/sunset-15.jpg )
44
5- | Status | * Proposed * |
5+ | Status | * Accepted * |
66:-------------- |:---------------------------------------------------- |
77| ** Author(s)
** | Martin Wicke (
[email protected] )
| 88| ** Sponsor
** | Edd Wilder-James (
[email protected] )
| 9- | ** Updated** | 2018-08-20 |
9+ | ** Updated** | 2019-04-09 |
1010
1111## Objective
1212
@@ -101,10 +101,10 @@ reasonably focused (e.g., only ops, Layers, Metrics, Optimizers, Initializers)
101101as to allow its maintainers to actually maintain the code.
102102
103103While the exact operating modalities for this repository will be up to the SIG,
104- we propose to create the repository ` tensorflow/contrib ` . The TensorFlow team
104+ we propose to create the repository ` tensorflow/addons ` . The TensorFlow team
105105will provide test infrastructure similar to what is running for TensorFlow
106106(though potentially with reduced platform coverage, TBD). The code in
107- ` tensorflow/contrib ` should be written against an installed version of
107+ ` tensorflow/addons ` should be written against an installed version of
108108TensorFlow (i.e., using ` import tensorflow as tf ` , not the direct file imports
109109used currently), and using only public APIs.
110110
@@ -148,7 +148,7 @@ interest in this, but who are not owners.
148148If you have an interest in one of these projects and are not named as an owner
149149(or as an interested party), please speak up. I've added some (tentative) move
150150targets to as of yet nonexistent repositories: ` tensorflow/io ` ,
151- ` tensorflow/contrib ` (I would prefer a better name for this), and
151+ ` tensorflow/addons ` (I would prefer a better name for this), and
152152` tensorflow/scientific ` will all require new SIGs to maintain them.
153153
154154Note that any project that has no other fate specified (including those moving
@@ -198,7 +198,7 @@ formed) will be deleted by default at 2.0.
198198| hvx | satok16 | delete (redundant with NNAPI) |
199199| igfs (#22194 ) | dmitrievanthony | move to tensorflow/io |
200200| ignite (#22210 ) | dmitrievanthony | move to tensorflow/io |
201- | image | | partial move to tensorflow/contrib? |
201+ | image | | partial move to tensorflow/addons |
202202| input_pipeline | rohan100jain | delete |
203203| integrate | shoyer * mcoram | move to tensorflow/scientific? |
204204| kafka | yongtang (mrry) | move to tensorflow/io? |
@@ -207,15 +207,15 @@ formed) will be deleted by default at 2.0.
207207| kfac | duckworthd | delete (moved to tensorflow/kfac) |
208208| kinesis | yongtang (mrry) | move to tensorflow/io? |
209209| labeled_tensor | shoyer | delete |
210- | layers | | partial move to tensorflow/contrib? |
210+ | layers | | partial move to tensorflow/addons |
211211| learn | wicke | delete (replaced by tensorflow/estimator) |
212212| legacy_seq2seq | ebrevdo (qlzh727) | delete (replaced by seq2seq) |
213213| libsvm | | delete (no owner) |
214214| linalg | rmlarsen langmore | delete (moved to core) |
215215| linear_optimizer | petrosmol (karmel) | move to tensorflow/estimator |
216216| lite | aselle petewarden | move to core |
217217| lookup | ysuematsu (ebrevdo) | move to core |
218- | losses | | partial move to tensorflow/contrib |
218+ | losses | | partial move to tensorflow/addons |
219219| makefile | petewarden | delete (RPI build now uses bazel) |
220220| memory_stats | wujingyue | delete |
221221| meta_graph_transform | petewarden | delete |
@@ -227,7 +227,7 @@ formed) will be deleted by default at 2.0.
227227| nccl | (tobyboyd) | move essential parts to core |
228228| nearest_neighbor | | delete |
229229| nn | | partial move to tensorflow/contrib? |
230- | opt | * joshburkart apassos | move to tensorflow/contrib? |
230+ | opt | * joshburkart apassos | partial move to tensorflow/addons |
231231| optimizer_v2 | josh11b | merge to core |
232232| periodic_resample | | delete (no owner) |
233233| pi_examples | petewarden | delete (will need new examples) |
@@ -244,12 +244,12 @@ formed) will be deleted by default at 2.0.
244244| rnn | ebrevdo (scottzhu) | replace with new RNN API |
245245| rpc | ebrevdo jsimsa | |
246246| saved_model | karmel | move to core |
247- | seq2seq | ebrevdo (scottzhu) | adapt, move to core |
247+ | seq2seq | ebrevdo (scottzhu) | adapt, move to tensorflow/addons |
248248| session_bundle | | delete (replaced by SavedModel) |
249249| signal | rryan | move to core (replace existing) or tensorflow/scientific? |
250250| slim | sguada | move to tensorflow/models? |
251251| solvers | rmlarsen | move to tensorflow/scientific? |
252- | sparsemax | | move to tensorflow/contrib? |
252+ | sparsemax | | move to tensorflow/addons |
253253| specs | | delete |
254254| staging | | delete (redundant) |
255255| stat_summarizer | | delete (no owner) |
@@ -259,7 +259,7 @@ formed) will be deleted by default at 2.0.
259259| tensorboard | nickfelt jart | move to tensorflow/tensorboard |
260260| tensorrt | tobyboyd * samikama * aaroey * jjsjann123| move essential parts to core |
261261| testing | ispirmustafa | move to core, make private |
262- | text | | move to tensorflow/contrib? |
262+ | text | | partial move to tensorflow/addons |
263263| tfprof | | delete (replaced by tf.profiler) |
264264| timeseries | bananabowl karmel terrytangyuan | move to tensorflow/estimator |
265265| tpu | saeta | move to core |
@@ -272,7 +272,7 @@ For a more detailed and constantly evolving symbol map, please refer to this [do
272272
273273## Questions and Discussion Topics
274274
275- * Who will maintain ` tensorflow/contrib ` , ` tensorflow/scientific ` , and
275+ * Who will maintain ` tensorflow/addons ` , ` tensorflow/scientific ` , and
276276` tensorflow/io ` ? I have an initial list, but a SIG is better with more people to
277277share the load (and fame!). I am taking names, please email
278278` [email protected] ` directly. Once a critical mass of maintainers
0 commit comments