tensorflow-master

所属分类:其他
开发工具:C/C++
文件大小:52235KB
下载次数:0
上传日期:2019-05-23 20:19:06
上 传 者Derazkola
说明:  An Open Source Machine Learning Framework for Everyone

文件列表:
.bazelrc (5054, 2019-05-23)
ACKNOWLEDGMENTS (2219, 2019-05-23)
ADOPTERS.md (542, 2019-05-23)
AUTHORS (349, 2019-05-23)
BUILD (122, 2019-05-23)
CODEOWNERS (2950, 2019-05-23)
CODE_OF_CONDUCT.md (5367, 2019-05-23)
CONTRIBUTING.md (9117, 2019-05-23)
ISSUES.md (597, 2019-05-23)
ISSUE_TEMPLATE.md (2184, 2019-05-23)
LICENSE (11416, 2019-05-23)
RELEASE.md (144236, 2019-05-23)
SECURITY.md (13161, 2019-05-23)
WORKSPACE (5583, 2019-05-23)
arm_compiler.BUILD (1186, 2019-05-23)
configure (285, 2019-05-23)
configure.py (57582, 2019-05-23)
models.BUILD (328, 2019-05-23)
tensorflow (0, 2019-05-23)
tensorflow\.clang-format (124, 2019-05-23)
tensorflow\BUILD (23425, 2019-05-23)
tensorflow\__init__.py (1685, 2019-05-23)
tensorflow\api_template.__init__.py (5388, 2019-05-23)
tensorflow\api_template_v1.__init__.py (5463, 2019-05-23)
tensorflow\c (0, 2019-05-23)
tensorflow\c\BUILD (13933, 2019-05-23)
tensorflow\c\c_api.cc (109376, 2019-05-23)
tensorflow\c\c_api.h (85552, 2019-05-23)
... ...

----------------- | **`Documentation`** | |-----------------| | [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://www.tensorflow.org/api_docs/) | **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 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](https://github.com/tensorflow/tensorboard), a data visualization toolkit. TensorFlow was originally developed by researchers and engineers working on the Google Brain team within Google's Machine Intelligence Research 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. TensorFlow provides stable Python and C APIs as well as non-guaranteed backwards compatible API's for C++, Go, Java, JavaScript, and Swift. 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 To install the current release for CPU-only: ``` pip install tensorflow ``` Use the GPU package for CUDA-enabled GPU cards: ``` pip install tensorflow-gpu ``` *See [Installing TensorFlow](https://www.tensorflow.org/install) for detailed instructions, and how to build from source.* People who are a little more adventurous can also try our nightly binaries: **Nightly pip packages** * We are pleased to announce that TensorFlow now offers nightly pip packages under the [tf-nightly](https://pypi.python.org/pypi/tf-nightly) and [tf-nightly-gpu](https://pypi.python.org/pypi/tf-nightly-gpu) project on PyPi. Simply run `pip install tf-nightly` or `pip install tf-nightly-gpu` in a clean environment to install the nightly TensorFlow build. We support CPU and GPU packages on Linux, Mac, and Windows. #### *Try your first TensorFlow program* ```shell $ python ``` ```python >>> import tensorflow as tf >>> tf.enable_eager_execution() >>> tf.add(1, 2).numpy() 3 >>> hello = tf.constant('Hello, TensorFlow!') >>> hello.numpy() 'Hello, TensorFlow!' ``` Learn more examples about how to do specific tasks in TensorFlow at the [tutorials page of tensorflow.org](https://www.tensorflow.org/tutorials/). ## Contribution guidelines **If you want to contribute to TensorFlow, be sure to review the [contribution guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.** **We use [GitHub issues](https://github.com/tensorflow/tensorflow/issues) for tracking requests and bugs, please see [TensorFlow Discuss](https://groups.google.com/a/tensorflow.org/forum/#!forum/discuss) for general questions and discussion, and please direct specific questions to [Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow).** The TensorFlow project strives to abide by generally accepted best practices in open-source software development: [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1486/badge)](https://bestpractices.coreinfrastructure.org/projects/1486) ## Continuous build status ### Official Builds | Build Type | Status | Artifacts | | --- | --- | --- | | **Linux CPU** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/ubuntu-cc.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/ubuntu-cc.html) | [pypi](https://pypi.org/project/tf-nightly/) | | **Linux GPU** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/ubuntu-gpu-py3.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/ubuntu-gpu-py3.html) | [pypi](https://pypi.org/project/tf-nightly-gpu/) | | **Linux XLA** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/ubuntu-xla.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/ubuntu-xla.html) | TBA | | **MacOS** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/macos-py2-cc.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/macos-py2-cc.html) | [pypi](https://pypi.org/project/tf-nightly/) | | **Windows CPU** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/windows-cpu.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/windows-cpu.html) | [pypi](https://pypi.org/project/tf-nightly/) | | **Windows GPU** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/windows-gpu.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/windows-gpu.html) | [pypi](https://pypi.org/project/tf-nightly-gpu/) | | **Android** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/android.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/android.html) | [![Download](https://api.bintray.com/packages/google/tensorflow/tensorflow/images/download.svg)](https://bintray.com/google/tensorflow/tensorflow/_latestVersion) | | **Raspberry Pi 0 and 1** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi01-py2.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi01-py2.html) [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi01-py3.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi01-py3.html) | [Py2](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0-cp27-none-linux_armv6l.whl) [Py3](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0-cp34-none-linux_armv6l.whl) | | **Raspberry Pi 2 and 3** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi23-py2.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi23-py2.html) [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi23-py3.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/rpi23-py3.html) | [Py2](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0-cp27-none-linux_armv7l.whl) [Py3](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0-cp34-none-linux_armv7l.whl) | ### Community Supported Builds Build Type | Status | Artifacts --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- **IBM s390x** | [![Build Status](http://ibmz-ci.osuosl.org/job/TensorFlow_IBMZ_CI/badge/icon)](http://ibmz-ci.osuosl.org/job/TensorFlow_IBMZ_CI/) | TBA **Linux ppc***le CPU** Nightly | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_CPU_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_CPU_Build/) | [Nightly](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_CPU_Nightly_Artifact/) **Linux ppc***le CPU** Stable Release | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_CPU_Release_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_CPU_Release_Build/) | [Release](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_CPU_Release_Build/) **Linux ppc***le GPU** Nightly | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_GPU_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_GPU_Build/) | [Nightly](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_GPU_Nightly_Artifact/) **Linux ppc***le GPU** Stable Release | [![Build Status](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_GPU_Release_Build/badge/icon)](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_GPU_Release_Build/) | [Release](https://powerci.osuosl.org/job/TensorFlow_PPC***LE_GPU_Release_Build/) **Linux CPU with Intel速 MKL-DNN** Nightly | [![Build Status](https://tensorflow-ci.intel.com/job/tensorflow-mkl-linux-cpu/badge/icon)](https://tensorflow-ci.intel.com/job/tensorflow-mkl-linux-cpu/) | [Nightly](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-whl-nightly/) **Linux CPU with Intel速 MKL-DNN**
**Supports Python 2.7, 3.4, 3.5, and 3.6** | [![Build Status](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-release-whl/badge/icon)](https://tensorflow-ci.intel.com/job/tensorflow-mkl-build-release-whl/lastStableBuild) | [1.13.1 pypi](https://pypi.org/project/intel-tensorflow/) **Red Hat速 Enterprise Linux速 7.6 CPU & GPU**
Python 2.7, 3.6 | [![Build Status](https://jenkins-tensorflow.apps.ci.centos.org/buildStatus/icon?job=tensorflow-rhel7-3.6&build=2)](https://jenkins-tensorflow.apps.ci.centos.org/job/tensorflow-rhel7-3.6/2/) | [1.13.1 pypi](https://tensorflow.pypi.thoth-station.ninja/index/) ## For more information * [TensorFlow Website](https://www.tensorflow.org) * [TensorFlow Tutorials](https://www.tensorflow.org/tutorials/) * [TensorFlow Model Zoo](https://github.com/tensorflow/models) * [TensorFlow Twitter](https://twitter.com/tensorflow) * [TensorFlow Blog](https://medium.com/tensorflow) * [TensorFlow Course at Stanford](https://web.stanford.edu/class/cs20si) * [TensorFlow Roadmap](https://www.tensorflow.org/community/roadmap) * [TensorFlow White Papers](https://www.tensorflow.org/about/bib) * [TensorFlow YouTube Channel](https://www.youtube.com/channel/UC0rqucBdTuFTjJiefW5t-IQ) * [TensorFlow Visualization Toolkit](https://github.com/tensorflow/tensorboard) Learn more about the TensorFlow community at the [community page of tensorflow.org](https://www.tensorflow.org/community) for a few ways to participate. ## License [Apache License 2.0](LICENSE)

近期下载者

相关文件


收藏者