TensorFlow 1.7.0 RC0 发布了。
主要新特性和改进内容:
- eager 模式正在移出 contrib,请尝试 tf.enable_eager_execution()
- 图形重写模拟与 TensorFlow Lite 兼容的定点量化,由新的 tf.contrib.quantize 软件包支持
- 使用 tf.custom_gradient 轻松定制梯度计算
- TensorBoard Debugger Plugin,TensorFlow 调试器(tfdbg)的图形用户界面(GUI)现在处于 alpha 模式
- 使用新的 tf.contrib.data.SqlDataset 作为数据集读取 sqlite 数据库的实验性支持
- 分布式 Mutex / CriticalSection添加到 tf.contrib.framework.CriticalSection
- 使用 tf.regex_replace 进行更好的文本处理。
- 使用 tf.contrib.data.bucket_by_sequence_length 轻松有效地输入序列
其他改进内容及 Bug 修复情况请查看发布主页。
下载地址:
转自 http://www.oschina.net/news/94165/tensorflow-1-6-0-rc0