From 4a161ef55a04cc3406e42c4a0d58484d4354cba7 Mon Sep 17 00:00:00 2001 From: Ding Xue-wen Date: Fri, 13 Jul 2018 13:49:10 +0800 Subject: [PATCH] update to v1.8 --- README.md | 9 +- about/uses.md | 6 +- .../python/contrib.bayesflow.monte_carlo.md | 36 +- .../python/contrib.distributions.bijectors.md | 1 - api_guides/python/contrib.graph_editor.md | 18 +- api_guides/python/contrib.losses.md | 28 +- api_guides/python/io_ops.md | 4 +- api_guides/python/nn.md | 18 +- api_guides/python/state_ops.md | 2 + community/contributing.md | 49 + community/documentation.md | 56 +- community/groups.md | 17 + community/index.md | 96 +- community/leftnav_files | 5 +- community/lists.md | 51 ++ community/security.md | 7 + community/swift.md | 35 + community/welcome.md | 69 -- deploy/deploy_to_js.md | 4 + deploy/leftnav_files | 1 + extend/add_filesys.md | 2 +- extend/index.md | 5 +- extend/new_data_formats.md | 395 ++++---- get_started/custom_estimators.md | 2 +- get_started/eager.md | 3 + get_started/get_started_for_beginners.md | 36 +- get_started/index.md | 18 +- get_started/leftnav_files | 8 +- get_started/premade_estimators.md | 7 +- install/install_c.md | 4 +- install/install_go.md | 2 +- install/install_java.md | 22 +- install/install_linux.md | 94 +- install/install_mac.md | 31 +- install/install_sources.md | 59 +- install/install_windows.md | 14 +- javascript/index.md | 5 + javascript/leftnav_files | 1 + mobile/leftnav_files | 1 + mobile/optimizing.md | 2 + mobile/prepare_models.md | 2 +- mobile/tflite/demo_android.md | 156 +++- mobile/tflite/demo_ios.md | 2 +- mobile/tflite/devguide.md | 231 +++++ mobile/tflite/index.md | 4 +- performance/leftnav_files | 1 + performance/performance_guide.md | 2 +- performance/xla/jit.md | 2 +- performance/xla/operation_semantics.md | 15 +- programmers_guide/debugger.md | 78 +- programmers_guide/eager.md | 848 ++++++++++++++++++ programmers_guide/embedding.md | 3 + programmers_guide/faq.md | 4 +- programmers_guide/index.md | 1 + programmers_guide/leftnav_files | 3 +- programmers_guide/saved_model.md | 48 +- .../summaries_and_tensorboard.md | 2 +- programmers_guide/using_tpu.md | 17 +- programmers_guide/version_compat.md | 47 +- tutorials/deep_cnn.md | 2 +- tutorials/image_retraining.md | 2 +- tutorials/kernel_methods.md | 8 +- tutorials/layers.md | 64 +- tutorials/recurrent_quickdraw.md | 11 +- tutorials/wide.md | 4 +- 65 files changed, 2178 insertions(+), 602 deletions(-) create mode 100644 community/contributing.md create mode 100644 community/groups.md create mode 100644 community/lists.md create mode 100644 community/security.md create mode 100644 community/swift.md delete mode 100644 community/welcome.md create mode 100644 deploy/deploy_to_js.md create mode 100644 get_started/eager.md create mode 100644 javascript/index.md create mode 100644 javascript/leftnav_files create mode 100644 mobile/tflite/devguide.md create mode 100644 programmers_guide/eager.md diff --git a/README.md b/README.md index ef5bdc6..29418dc 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ | **`Documentation`** | **`Linux CPU`** | **`Linux GPU`** | **`Mac OS CPU`** | **`Windows CPU`** | **`Android`** | |-----------------|---------------------|------------------|-------------------|---------------|---------------| -| [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://www.tensorflow.org/api_docs/) | [![Build Status](https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-cpu)](https://ci.tensorflow.org/job/tensorflow-master-cpu) | [![Build Status](https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-linux-gpu)](https://ci.tensorflow.org/job/tensorflow-master-linux-gpu) | [![Build Status](https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-mac)](https://ci.tensorflow.org/job/tensorflow-master-mac) | [![Build Status](https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-win-cmake-py)](https://ci.tensorflow.org/job/tensorflow-master-win-cmake-py) | [![Build Status](https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-android)](https://ci.tensorflow.org/job/tensorflow-master-android) [ ![Download](https://api.bintray.com/packages/google/tensorflow/tensorflow/images/download.svg) ](https://bintray.com/google/tensorflow/tensorflow/_latestVersion) +| [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://www.tensorflow.org/api_docs/) | ![Build Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/ubuntu-cc.png) | ![Build Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/ubuntu-gpu-cc.png) | ![Build Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/macos-py2-cc.png) | [![Build Status](https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-win-cmake-py)](https://ci.tensorflow.org/job/tensorflow-master-win-cmake-py) | [![Build Status](https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-android)](https://ci.tensorflow.org/job/tensorflow-master-android) [ ![Download](https://api.bintray.com/packages/google/tensorflow/tensorflow/images/download.svg) ](https://bintray.com/google/tensorflow/tensorflow/_latestVersion) **TensorFlow** is an open source software library for numerical computation using data flow graphs. The graph nodes represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) that flow -between them. This flexible architecture lets you deploy computation to one +between them. This flexible architecture enables you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device without rewriting code. TensorFlow also includes TensorBoard, a data visualization toolkit. @@ -22,6 +22,10 @@ organization for the purposes of conducting machine learning and deep neural networks research. The system is general enough to be applicable in a wide variety of other domains, as well. +Keep up to date with release announcements and security updates by +subscribing to +[announce@tensorflow.org](https://groups.google.com/a/tensorflow.org/forum/#!forum/announce). + ## Installation *See [Installing TensorFlow](https://www.tensorflow.org/get_started/os_setup.html) for instructions on how to install our release binaries or how to build from source.* @@ -82,6 +86,7 @@ The TensorFlow project strives to abide by generally accepted best practices in * [TensorFlow Website](https://www.tensorflow.org) * [TensorFlow White Papers](https://www.tensorflow.org/about/bib) +* [TensorFlow YouTube Channel](https://www.youtube.com/channel/UC0rqucBdTuFTjJiefW5t-IQ) * [TensorFlow Model Zoo](https://github.com/tensorflow/models) * [TensorFlow MOOC on Udacity](https://www.udacity.com/course/deep-learning--ud730) * [TensorFlow Course at Stanford](https://web.stanford.edu/class/cs20si) diff --git a/about/uses.md b/about/uses.md index d646880..d3db982 100644 --- a/about/uses.md +++ b/about/uses.md @@ -18,9 +18,9 @@ This section describes some of the current uses of the TensorFlow system. > If you are using TensorFlow for research, for education, or for production > usage in some product, we would love to add something about your usage here. -> Please feel free to email us a brief description of how you're using -> TensorFlow, or even better, send us a pull request to add an entry to this -> file. +> Please feel free to [email us](mailto:usecases@tensorflow.org) a brief +> description of how you're using TensorFlow, or even better, send us a +> pull request to add an entry to this file. * **Deep Speech**