Skip to content

Commit

Permalink
Address PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
asimshankar authored Jan 22, 2018
1 parent cc7dca1 commit 1a7f444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/languages/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
These examples include using pre-trained models for [image
classification](label_image) and [object detection](object_detection),
and driving the [training](training) of a pre-defined model - all using the
TensorFlow Java APIs.
TensorFlow Java API.

The TensorFlow Java API does not have feature parity with the Python API.
The Java APIs are most suitable for inference using pre-trained models
The Java API is most suitable for inference using pre-trained models
and for training pre-defined models from a single Java process.

However, Python will be the most convenient language for defining the
Python will be the most convenient language for defining the
numerical computation of a model.

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

0 comments on commit 1a7f444

Please sign in to comment.