内容简介:TensorFlow 1.6.0-rc0 发布了,TensorFlow 是谷歌的第二代机器学习系统,按照谷歌所说,在某些基准测试中,TensorFlow 的表现比第一代的 DistBelief 快了 2 倍。 突破性变化: Prebuilt binaries are now built ...
TensorFlow 1.6.0-rc0 发布了,TensorFlow 是谷歌的第二代机器学习系统,按照谷歌所说,在某些基准测试中,TensorFlow 的表现比第一代的 DistBelief 快了 2 倍。
突破性变化:
Prebuilt binaries are now built against CUDA 9.0 and cuDNN 7.
Prebuilt binaries will use AVX instructions. This may break TF on older CPUs.
主要的特性和改进:
tf.estimator.{FinalExporter,LatestExporter}
now export stripped SavedModels. This improves forward compatibility of the SavedModel.FFT support added to XLA CPU/GPU.
Bug 修复:
Documentation updates:
Added a second version of Getting Started, which is aimed at ML
newcomers.Clarified documentation on
resize_images.align_corners
parameter.Additional documentation for TPUs.
Google Cloud Storage (GCS):
Add client-side throttle.
Add a
FlushCaches()
method to the FileSystem interface, with an implementation for GcsFileSystem.
完整更新内容请查看发布主页。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《TensorFlow 1.6.0-rc0 发布,bug 修复和其他改进》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- FreeBSD 13.0-RC1 发布:改进 TCP 性能、修复和改进 SCTP
- PhpStorm 2017.3.5 发布,错误修复和改进
- Ubuntu 18.04.1 发布,安全修复和改进
- WebStorm 2018.2.2 发布,功能改进和修复
- PhpStorm 2017.3.4 发布,修复错误和功能改进
- Tomcat 7.0.88 发布,Bug 修复和改进
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Thinking Recursively
Eric S. Roberts / Wiley / 1986-1-17 / USD 85.67
The process of solving large problems by breaking them down into smaller, more simple problems that have identical forms. Thinking Recursively: A small text to solve large problems. Concentrating on t......一起来看看 《Thinking Recursively》 这本书的介绍吧!