Skip to content

Commit e9946c2

Browse files
karllessardewilderj
authored andcommitted
Request and charter for SIG JVM (#86)
Chartering docs for SIG JVM
1 parent 7739a24 commit e9946c2

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

sigs/jvm/CHARTER.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Proposed name: SIG JVM
2+
3+
## Objective
4+
5+
Establish an official communication channel for discussions and suggestions related to TensorFlow in Java, or any other languages running on JVMs.
6+
7+
Develop and maintain the TensorFlow Java client and a set of additional tools to enhance the support of machine learning development in JVM languages.
8+
9+
## Membership
10+
11+
Everyone interested in promoting Java or other JVM languages for training, running or serving TensorFlow models is welcome to join the group, whether it is for contributing to the code or simply for proposing ideas. To participate, request an invitation to join the mailing list. Archives of the mailing list will be publicly accessible.
12+
13+
## Resources
14+
15+
* Mailing list: TensorFlow SIG JVM [[email protected]](https://groups.google.com/a/tensorflow.org/forum/#!forum/jvm)
16+
* Gitter chat: [tensorflow/sig-jvm](https://gitter.im/tensorflow/sig-jvm)
17+
* Repositories: *might change depending on the outcome of the initial discussions*
18+
* `tensorflow-jvm`: Main repository for new TensorFlow JVM-related projects
19+
* `tensorflow`: Actual Java client to be moved out of the main repository
20+
* `tensorflow-utils`: high-level API and utilities on top of TensorFlow Java client
21+
* `tensorflow-models`: pretrained models from TensorFlow adapted to Java
22+
23+
## Contacts
24+
25+
* Project lead: Karl Lessard [@karllessard](https://github.com/karllessard) - karl at kubx dot ca
26+
* Second for the leader: Christian Tzolov [@tzolov](https://github.com/tzolov) - christiantzolov at gmail
27+
* TensorFlow team technical contact: James Ring [@sjamesr](https://github.com/sjamesr) - sjr at google
28+
* For administrative questions, contact Edd Wilder-James [@ewilderj](https://github.com/ewilderj) - ewj at google
29+
30+
## Code of Conduct
31+
32+
As with all forums and spaces related to TensorFlow, SIG JVM is subject to
33+
the [TensorFlow Code of Conduct](https://github.com/tensorflow/tensorflow/blob/master/CODE_OF_CONDUCT.md).

sigs/jvm/SIG-request.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Request for SIG
2+
3+
## What is this group for?
4+
5+
Java is still one of the (if not the) most popular programming language found in small to large enterprises around the world. For TensorFlow, it makes it a strategic choice to reach a large audience of programmers who are interested to embed machine learning algorithms in their applications, while preserving their current technology stack and expertise.
6+
7+
TensorFlow already has a Java client out-of-the-box, which was originaly conceived to support inference on Android devices. Many contributions were made thereafter to make it a good choice even for building, training and serving models, but there is still a lot of work to be done before it reaches a level of maturity comparable to Python.
8+
9+
The purpose of this group is to establish an official communication channel for discussions and suggestions related to TensorFlow support in Java or any other JVM-based languages, such as Kotlin or Scala.
10+
11+
In addition to the current Java client, the group will develop and maintain new high-level artifacts, with their own repository and release life cycle, to provide a rich set of tools to the developers.
12+
13+
## Who will be part of it?
14+
15+
* Group leader: Karl Lessard
16+
* Second for the leader: Christian Tzolov
17+
18+
Anyone interested to help are invited to join by requesting access to the mailing list, whether they are developers who wants get involve in the code or just individuals who wants to take part of the discussions.
19+
20+
Members of the [unofficial Java group](https://groups.google.com/forum/#!forum/tensorflow-java-dev-unofficial) might be interested to join this new official one, as the former will be closed.
21+
22+
## What initial problems will the group tackle?
23+
24+
* Providing a new set of high-level API and features for ML development in Java or other languages running on JVMs
25+
* Having their own repositories under the TensorFlow organization, these artifacts will be released independently of TensorFlow, which will speed up the deliveries of new features to the end-users.
26+
* Pull requests could be merged faster by allowing some members of the community to do code reviews
27+
* Establish an official communication channel for discussion related to TensorFlow on JVM
28+
* Right now, discussions are spread on different channels, such as the unofficial google group or on top of different GitHub issues
29+
* Work with Google team to extract the current Java client out of the main repository
30+
* As it has been proposed in [RFC: Modular Tensorflow](https://github.com/tensorflow/community/pull/77), there is an interest to move portions of TensorFlow unrelated to the core out of the main repository.
31+
* The actual Java client is a good candidate for gaining his own repository.
32+
33+
The outcome of the initial discussions of this group will be to identify what features should be addressed first. Here is some suggestions:
34+
35+
* Eager execution mode in the Java client
36+
* `tensorflow-utils` artifact: Utility library on top of the core client to simplify usage of TensorFlow in Java, such as multi-dimensional array accessors.
37+
* `tensorflow-models` artifact(s): Modelisation in Java of pretrained TensorFlow models.
38+
39+
## What modes of communication do you intend to use?
40+
41+
* A dedicated mailing list backed by Google Groups
42+
* A Slack channel
43+
* VC calls on Google Hangout could be organized on demand
44+
* StackOverflow
45+
46+
## Launch plan
47+
48+
1. Exposing the present plan and charter to the community for review
49+
2. SIG set up with initial group members
50+
3. SIG added to community pages on tensorflow.org
51+
4. Leader starts off mailing list discussions about initial work items
52+
5. Creation of repository(ies) for the inception of the first high-level libraries to be develop by this group
53+
54+
# Charter
55+
56+
Here's the link to the group [charter](CHARTER.md).
57+

0 commit comments

Comments
 (0)