From 5afcc0fa269f9b41f1aecd029f4e3ebea35a420b Mon Sep 17 00:00:00 2001 From: Shanqing Cai Date: Fri, 24 Aug 2018 18:49:19 -0700 Subject: Update TensorFlow.js roadmap * remove old (completed) items * add new items PiperOrigin-RevId: 210190738 --- tensorflow/docs_src/community/roadmap.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tensorflow/docs_src') diff --git a/tensorflow/docs_src/community/roadmap.md b/tensorflow/docs_src/community/roadmap.md index 0463ca05fe..d11b6ed467 100644 --- a/tensorflow/docs_src/community/roadmap.md +++ b/tensorflow/docs_src/community/roadmap.md @@ -58,10 +58,12 @@ across image recognition, speech, object detection, and * Increase support for devices beyond Android and iOS (eg. RPi, Cortex-M) #### TensorFlow.js: -* Release package for Node.js bindings to the TensorFlow C API through the TensorFlow.js backend interface -* Expand support for importing TensorFlow SavedModels and Keras models into browser with unified APIs supporting retraining in browser -* Improve Layers API and allow model exporting/saving +* Continue to expand support for importing TensorFlow SavedModels and Keras models into browser with unified APIs supporting retraining in browser +* Improve inference and training performance in both browser and Node.js environments +* Widen the collection of pre-built models in [tfjs-models](https://github.com/tensorflow/tfjs-models), + including but not limited to audio- and speech-oriented models * Release tfjs-data API for efficient data input pipelines +* Integration with [TF-Hub](https://www.tensorflow.org/hub/) #### TensorFlow with Swift: * Establish open source project including documentation, open design, and code availability. -- cgit v1.2.3