Programmer's Guide

Programmer's Guide

The documents in this unit dive into the details of writing TensorFlow code. This section begins with the following guides, each of which explain a particular aspect of TensorFlow:

The following guide is helpful when training a complex model over multiple days:

TensorFlow provides a debugger named tfdbg, which is documented in the following two guides:

A MetaGraph consists of both a computational graph and its associated metadata. A MetaGraph contains the information required to continue training, perform evaluation, or run inference on a previously trained graph. The following guide details MetaGraph objects:

SavedModel is the universal serialization format for Tensorflow models. TensorFlow provides SavedModel CLI (command-line interface) as a tool to inspect and execute a MetaGraph in a SavedModel. The detailed usages and examples are documented in the following guide:

To learn about the TensorFlow versioning scheme, consult the following two guides:

We conclude this section with a FAQ about TensorFlow programming:

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/programmers_guide/

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部