You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**TensorFlow** is an open source software library for numerical computation using
12
13
data flow graphs. The graph nodes represent mathematical operations, while
@@ -21,20 +22,6 @@ organization for the purposes of conducting machine learning and deep neural
21
22
networks research. The system is general enough to be applicable in a wide
22
23
variety of other domains, as well.
23
24
24
-
**If you want to contribute to TensorFlow, be sure to review the [contribution
25
-
guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's
26
-
[code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to
27
-
uphold this code.**
28
-
29
-
**We use [GitHub issues](https://github.com/tensorflow/tensorflow/issues) for
30
-
tracking requests and bugs. So please see
31
-
[TensorFlow Discuss](https://groups.google.com/a/tensorflow.org/forum/#!forum/discuss) for general questions
32
-
and discussion, and please direct specific questions to [Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow).**
33
-
34
-
The TensorFlow project strives to abide by generally accepted best practices in open-source software development:
35
-
36
-
[](https://bestpractices.coreinfrastructure.org/projects/1486)
37
-
38
25
## Installation
39
26
*See [Installing TensorFlow](https://www.tensorflow.org/get_started/os_setup.html) for instructions on how to install our release binaries or how to build from source.*
40
27
@@ -75,6 +62,22 @@ $ python
75
62
>>> sess.close()
76
63
```
77
64
65
+
## Contribution guidelines
66
+
67
+
**If you want to contribute to TensorFlow, be sure to review the [contribution
68
+
guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's
69
+
[code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to
70
+
uphold this code.**
71
+
72
+
**We use [GitHub issues](https://github.com/tensorflow/tensorflow/issues) for
73
+
tracking requests and bugs. So please see
74
+
[TensorFlow Discuss](https://groups.google.com/a/tensorflow.org/forum/#!forum/discuss) for general questions
75
+
and discussion, and please direct specific questions to [Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow).**
76
+
77
+
The TensorFlow project strives to abide by generally accepted best practices in open-source software development:
78
+
79
+
[](https://bestpractices.coreinfrastructure.org/projects/1486)
This will print the following line, showing the @{$programmers_guide/tensors#shapes$shapes} and @{$programmers_guide/tensors#data_types$types} of the items in
93
-
the dataset. Note that the dataset does not know how many items it contains.
93
+
This will print the following line, showing the
94
+
@{$programmers_guide/tensors#shapes$shapes} and
95
+
@{$programmers_guide/tensors#data_types$types} of the items in
96
+
the dataset. Note that a `Dataset` does not know how many items it contains.
0 commit comments