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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
These examples include using pre-trained models for [image
4
4
classification](label_image) and [object detection](object_detection),
5
5
and driving the [training](training) of a pre-defined model - all using the
6
-
TensorFlow Java APIs.
6
+
TensorFlow Java API.
7
7
8
8
The TensorFlow Java API does not have feature parity with the Python API.
9
-
The Java APIs are most suitable for inference using pre-trained models
9
+
The Java API is most suitable for inference using pre-trained models
10
10
and for training pre-defined models from a single Java process.
11
11
12
-
However, Python will be the most convenient language for defining the
12
+
Python will be the most convenient language for defining the
13
13
numerical computation of a model.
14
14
15
15
-[Slides](https://docs.google.com/presentation/d/e/2PACX-1vQ6DzxNTBrJo7K5P8t5_rBRGnyJoPUPBVOJR4ooHCwi4TlBFnIriFmI719rDNpcQzojqsV58aUqmBBx/pub?start=false&loop=false&delayms=3000) from January 2018.
0 commit comments