Skip to content

Commit 2d7b0af

Browse files
authored
Address PR comments.
1 parent 2c7c78f commit 2d7b0af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
These examples include using pre-trained models for [image
44
classification](label_image) and [object detection](object_detection),
55
and driving the [training](training) of a pre-defined model - all using the
6-
TensorFlow Java APIs.
6+
TensorFlow Java API.
77

88
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
1010
and for training pre-defined models from a single Java process.
1111

12-
However, Python will be the most convenient language for defining the
12+
Python will be the most convenient language for defining the
1313
numerical computation of a model.
1414

1515
- [Slides](https://docs.google.com/presentation/d/e/2PACX-1vQ6DzxNTBrJo7K5P8t5_rBRGnyJoPUPBVOJR4ooHCwi4TlBFnIriFmI719rDNpcQzojqsV58aUqmBBx/pub?start=false&loop=false&delayms=3000) from January 2018.

0 commit comments

Comments
 (0)