内容简介:TensorFlow 1.9.0-rc2 已发布。 该版本的更新内容包括新特性的增加、Bug 修复和其他改进,以及一些破坏性的变化。 主要特性和改进 Updated docs for tf.keras: New Keras-based get started, and programmers...
TensorFlow 1.9.0-rc2 已发布。
该版本的更新内容包括新特性的增加、Bug 修复和其他改进,以及一些破坏性的变化。
主要特性和改进
Updated docs for
tf.keras
: New Keras-based get started,
and programmers guide page.Update
tf.keras
to the Keras 2.1.6 API.Added
tf.keras.layers.CuDNNGRU
andtf.keras.layers.CuDNNLSTM
layers. Try it.Adding support of core feature columns and losses to gradient boosted trees estimators.
The python interface
for the TFLite Optimizing Converter
has been expanded, and the command line interface (AKA:toco
,tflite_convert
) is once again
included in the standardpip
installation.Improved data-loading and text processing with:
Added experimental support for new pre-made Estimators:
The distributions.Bijector
API supports broadcasting for Bijectors with new API changes.
破坏性变化
If you're opening empty variable scopes; replace
variable_scope('', ...)
byvariable_scope(tf.get_variable_scope(), ...)
.Headers used for building custom ops have been moved from site-packages/external into site-packages/tensorflow/include/external.
源码下载和详细更新说明请查看 https://github.com/tensorflow/tensorflow/releases/tag/v1.9.0-rc2
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Firefox 59 正式发布:改进页面加载速度和屏幕截图工具
- ThinkPHP V5.1.3 版本发布:改进路由及调整函数加载顺序
- ThinkPHP V5.1.3 版本发布:改进路由及调整函数加载顺序
- 介绍同步加载、异步加载、延迟加载[原创]
- .net加载失败的程序集重新加载
- 虚拟机类加载机制:类加载时机
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python语言程序设计基础(第2版)
嵩天、礼欣、黄天羽 / 高等教育出版社 / 2017-2 / 39
本书提出了以理解和运用计算生态为目标的Python语言教学思想,不仅系统讲解了Python语言语法,同时介绍了从数据理解到图像处理的14个Python函数库,向初学Python语言的读者展示了全新的编程语言学习路径。 全书一共设计了25个非常具有现代感的实例,从绘制蟒蛇、理解天天向上的力量到机器学习、网络爬虫,从文本进度条、统计名著人物重要性到图像手绘效果、雷达图绘制,绝大多数实例为作者原创......一起来看看 《Python语言程序设计基础(第2版)》 这本书的介绍吧!