TensorFlow 1.7.0 正式版已发布,主要特性和改进包括:
Eager 模式正在从 contrib 中移出, 请尝试 tf.enable_eager_execution()
tf.enable_eager_execution()
图形化重写与 TensorFlow Lite 兼容的定点量化模拟,由新的 tf.contrib.quantize 包提供支持。
tf.contrib.quantize
使用 tf.custom_gradient 轻松定制梯度计算
tf.custom_gradient
TensorBoard Debugger Plugin,这是 TensorFlow Debugger(tfdbg)的图形用户界面(GUI),目前处于 alpha 版本。
使用新的 tf.contrib.data.SqlDataset 以将 sqlite 数据库作为一个 Dataset 进行读取(试验阶段)。
tf.contrib.data.SqlDataset
Dataset
Distributed Mutex / CriticalSection 被添加至 tf.contrib.framework.CriticalSection
tf.contrib.framework.CriticalSection
tf.regex_replace 现在能更好地处理文本
tf.regex_replace
tf.contrib.data.bucket_by_sequence_length 现在可轻松有效地 sequence 输入
tf.contrib.data.bucket_by_sequence_length
此外还包含一些 bug 修复和其他更改,详情查阅发行说明。
评论删除后,数据将无法恢复
TensorFlow 1.7.0 发布,新增 Debugger Dashboard
TensorFlow 1.7.0 正式版已发布,主要特性和改进包括:
Eager 模式正在从 contrib 中移出, 请尝试
tf.enable_eager_execution()图形化重写与 TensorFlow Lite 兼容的定点量化模拟,由新的
tf.contrib.quantize包提供支持。使用
tf.custom_gradient轻松定制梯度计算TensorBoard Debugger Plugin,这是 TensorFlow Debugger(tfdbg)的图形用户界面(GUI),目前处于 alpha 版本。
使用新的
tf.contrib.data.SqlDataset以将 sqlite 数据库作为一个Dataset进行读取(试验阶段)。Distributed Mutex / CriticalSection 被添加至
tf.contrib.framework.CriticalSectiontf.regex_replace现在能更好地处理文本tf.contrib.data.bucket_by_sequence_length现在可轻松有效地 sequence 输入此外还包含一些 bug 修复和其他更改,详情查阅发行说明。