aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/community/index.md
blob: 865a203bf8ec7f45ed53ec1097af8af9c887b435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Community

Welcome to the TensorFlow community! This page explains where to get help, and
different ways to be part of the community. We are committed to fostering an
open and welcoming environment, and request that you review our [code of
conduct](https://github.com/tensorflow/tensorflow/blob/master/CODE_OF_CONDUCT.md).

## Get Help

### Technical Questions

To ask or answer technical questions about TensorFlow, use [Stack
Overflow](https://stackoverflow.com/questions/tagged/tensorflow). For example,
ask or search about a particular error message you encountered during
installation.

### Bugs and Feature Requests

To report bugs or make feature requests, file an issue on GitHub. Please choose
the appropriate repository for the project. Major repositories include:

  * [TensorFlow](https://github.com/tensorflow/tensorflow/issues)
  * [TensorBoard](https://github.com/tensorflow/tensorboard/issues)
  * [TensorFlow models](https://github.com/tensorflow/models/issues)
  
### Security

Before using TensorFlow, please take a look at our [security model](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md#tensorflow-models-are-programs),
[list of recent security advisories and announcements](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/index.md),
and [ways you can report security issues](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md#reporting-vulnerabilities)
to the TensorFlow team at the [Using TensorFlow Securely](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) page on GitHub.

## Stay Informed

### Announcements Mailing List

All major releases and important announcements are sent to
[announce@tensorflow.org](https://groups.google.com/a/tensorflow.org/forum/#!forum/announce).
We recommend that you join this list if you depend on TensorFlow in any way.

### Development Roadmap

The @{$roadmap$Roadmap} summarizes plans for upcoming additions to TensorFlow.

### Social Media

For news and updates from around the universe of TensorFlow projects, follow
[@tensorflow](https://twitter.com/tensorflow) on Twitter.

### Blog

We post regularly to the [TensorFlow Blog](http://blog.tensorflow.org/),
with content from the TensorFlow team and the best articles from the community.

### YouTube

Our [YouTube Channel](http://youtube.com/tensorflow/) focuses on machine learning
and AI with TensorFlow. On it we have a number of new shows, including:

- TensorFlow Meets: meet with community contributors to learn and share what they're doing
- Ask TensorFlow: the team answers the best questions tagged #AskTensorFlow from social media 
- Coding TensorFlow: short bites with tips for success with TensorFlow

## Community Support

### Mailing Lists

For general discussion about TensorFlow development and direction, please join
the [TensorFlow discuss mailing
list](https://groups.google.com/a/tensorflow.org/d/forum/discuss).

A number of other mailing lists exist, focused on different project areas, which
can be found at @{$lists$TensorFlow Mailing Lists}.

### User Groups

To meet with like-minded people local to you, check out the many
@{$groups$TensorFlow user groups} around the world.


## Contributing To TensorFlow

We welcome contributions and collaboration on TensorFlow. For more information,
please read [Contributing to TensorFlow](contributing.md).