Skip to content

Commit

Permalink
An updated and revised discussion of different deployment options
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 225602860
  • Loading branch information
rcrowe-google authored and Copybara-Service committed Dec 14, 2018
1 parent e48c6cd commit 0e564e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
13 changes: 2 additions & 11 deletions site/en/deploy/_toc.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
toc:
- title: Deploy
path: /deploy/
- title: TensorFlow Serving
path: /serving
- title: TensorFlow Extended (TFX)
path: /tfx
- title: Deploy to JavaScript
path: https://js.tensorflow.org/
status: external
- title: Deploy to Mobile
path: /lite
- section: Other Deployment Scenarios
path: /deploy
- heading: Other Deployment Scenarios
- title: Distributed TensorFlow
path: /deploy/distributed
- title: TensorFlow on Hadoop
Expand Down
12 changes: 6 additions & 6 deletions site/en/deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ perform A/B testing. With TFX, your models are ready for production.
## TensorFlow.js

With [TensorFlow.js](https://js.tensorflow.org/) you can train and deploy your
TensorFlow models in the browser and in Node.js. Use flexible and intuitive APIs
to build and train models from scratch using the low-level JavaScript linear
algebra library or the high-level layers API. Use TensorFlow.js model converters
to run pre-existing TensorFlow models right in the browser or under Node.js.
Retrain pre-existing ML models using sensor data connected to the browser, or
other client-side data.
TensorFlow models in the browser and in Node.js. Use flexible and intuitive
APIs to build and train models from scratch using the low-level JavaScript
linear algebra library or the high-level layers API. Use TensorFlow.js model
converters to run pre-existing TensorFlow models right in the browser or under
Node.js. Retrain pre-existing ML models using sensor data connected to the
browser, or other client-side data.

## TensorFlow Lite

Expand Down

0 comments on commit 0e564e0

Please sign in to comment.