内容简介: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.kerasto the Keras 2.1.6 API.Added
tf.keras.layers.CuDNNGRUandtf.keras.layers.CuDNNLSTMlayers. 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 standardpipinstallation.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加载失败的程序集重新加载
- 虚拟机类加载机制:类加载时机
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
XSS跨站脚本攻击剖析与防御
邱永华 / 人民邮电出版社 / 2013-9-1 / 49.00元
《XSS跨站脚本攻击剖析与防御》是一本专门剖析XSS安全的专业书,总共8章,主要包括的内容如下。第1章 XSS初探,主要阐述了XSS的基础知识,包括XSS的攻击原理和危害。第2章 XSS利用方式,就当前比较流行的XSS利用方式做了深入的剖析,这些攻击往往基于客户端,从挂马、窃取Cookies、会话劫持到钓鱼欺骗,各种攻击都不容忽视。第3章 XSS测试和利用工具,介绍了一些常见的XSS测试工具。第4......一起来看看 《XSS跨站脚本攻击剖析与防御》 这本书的介绍吧!