TensorFlow 1.7.0 RC1 发布了。
主要的特性和改变
- Eager mode is moving out of contrib, try
tf.enable_eager_execution(). - Graph rewrites emulating fixed-point quantization compatible with TensorFlow Lite, supported by new
tf.contrib.quantizepackage. - Easily customize gradient computation with
tf.custom_gradient. - TensorBoard Debugger Plugin, the graphical user interface (GUI) of TensorFlow Debugger (tfdbg), is now in alpha.
- Experimental support for reading a sqlite data as a
Datasetwith newtf.contrib.data.SqlDataset. - Distributed Mutex / CriticalSection added to
tf.contrib. work.CriticalSection. - Better text processing with
tf.regex_replace. - Easy, efficient sequence input with
tf.contrib.data.bucket_by_sequence_length
Bug Fixes and Other Changes
- Accelerated Linear Algebra (XLA):
- Add
MaxPoolGradGradsupport for XLA - CSE pass from Tensorflow is now disabled in XLA.
- Add
完整内容可查看发布主页。
继续阅读与本文标签相同的文章
-
AI时代,你的职业会是?99%的人都无法直面!
2026-05-19栏目: 教程
-
centos7 编译安装 openresty
2026-05-19栏目: 教程
-
大咖分享谷歌外贸实战:如何通过行业协会来开发客户?
2026-05-19栏目: 教程
-
阿里架构总监一次讲透中台架构,13页PPT精华详解,建议收藏!
2026-05-19栏目: 教程
-
好程序员web前端学习路线解答前后端对接问题
2026-05-19栏目: 教程
