From fe9241bb3538dcf4f6e657d0695bcb194bbec5e4 Mon Sep 17 00:00:00 2001 From: Thea Lamkin Date: Fri, 13 Nov 2020 09:56:44 -0800 Subject: [PATCH 1/2] Create SIG Models charter PTAL @jaeyounkim --- sigs/models/CHARTER.md | 71 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 sigs/models/CHARTER.md diff --git a/sigs/models/CHARTER.md b/sigs/models/CHARTER.md new file mode 100644 index 000000000..5dadde717 --- /dev/null +++ b/sigs/models/CHARTER.md @@ -0,0 +1,71 @@ +# Proposed name: SIG ??? + +## Objective + +This group is for discussions and collaborations on enabling community +contributions to [TensorFlow Model Garden](https://github.com/tensorflow/models) +and [Tensorflow Hub](https://github.com/tensorflow/hub). + +## Scope + +See accepted TensorFlow RFC #[314](https://github.com/tensorflow/community/pull/314/) + +SIG Models will focus on empowering the community to contribute state-of-the-art +model implementation in TensorFlow 2. It will benefit the whole community by +providing recommended implementations and models with reproducible results. + +SIG Models will have several subgroups (e.g., SIG Models Vision and SIG Models +NLP) covering different machine learning areas. There are several SIG leads for +each group to coordinate the contributions, run community events like contests, +and maintain the code quality through the review process. Each group has the +flexibility to operate differently. + +SIG Models is also a place for community discussions and sharing best practices of +using TensorFlow 2 for state-of-the-art research. Furthermore, SIG Models provides +product feedback to help TensorFlow to be improved. + +## Membership + +SIG Models is open, membership will be entirely public, and anybody interested +in model contributions or participating in the discussion can join the SIG. + +There are multiple ways to participate: + +* Everyone in the community can pick GitHub model tasks and contribute models. +* They can also join the regular SIG meetings or email groups to participate in + the discussions. To participate, request an invitation to join the SIG mailing + list. Archives of the mailing list are publicly accessible. + +### Leads + +We will identify SIG leads from the community to run the SIG Models groups. +Initially, we plan to set up the SIG Models Vision group: + +* SIG Models Vision leads + * George Thiruvathukal, gkt@cs.luc.edu (Loyola University Chicago) + * Yung-Hsiang Lu, yunglu@purdue.edu (Purdue University) +* Co-leads and sponsors from TensorFlow + * Jaeyoun Kim, jaeyounkim@google.com (TensorFlow Model Garden) + * Jing Li, jingli@google.com (TensorFlow Model Garden) + * Mike Liang, mliang@google.com (TensorFlow Hub) + * Shuangfeng Li, shuangfeng@google.com (TensorFlow Lite) + +## Resources + +- SIG Models mailing list (to be created); archive will be public +- Monthly video meeting hosted by rotating SIG leads (to be created); meeting minutes will be published +- Gitter chat channel (to be created) for discussions + +As we have multiple SIG subgroups, each subgroup may run meetings and events +using different modes of communication, which will be updated here as they are created. + +## Contacts + +* For SIG questions, contact jaeyounkim at google +* For administrative questions, contact tf-community-team at google + +## Code of Conduct + +As with all forums and spaces related to TensorFlow, SIG Models is subject to +the [TensorFlow Code of +Conduct](https://github.com/tensorflow/tensorflow/blob/master/CODE_OF_CONDUCT.md). From 2becd2d78e886c49494f475b70a126c51ff6c2b0 Mon Sep 17 00:00:00 2001 From: Thea Lamkin Date: Fri, 13 Nov 2020 10:33:02 -0800 Subject: [PATCH 2/2] Update CHARTER.md --- sigs/models/CHARTER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigs/models/CHARTER.md b/sigs/models/CHARTER.md index 5dadde717..88cf3c786 100644 --- a/sigs/models/CHARTER.md +++ b/sigs/models/CHARTER.md @@ -1,4 +1,4 @@ -# Proposed name: SIG ??? +# SIG Models ## Objective