内容简介: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加载失败的程序集重新加载
- 虚拟机类加载机制:类加载时机
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JSP应用开发技术
柳永坡 / 人民邮电出版社 / 2005-9 / 52.00元
本书全面系统地介绍了JSP应用开发技术,包括JSP预备知识和环境配置、JSP编程基础、JSP应用开发进阶、在JSP中使用数据库、Servlet技术、标签库和表达式语言、Web编程模式和应用框架等几个方面的内容。本书不但由浅入深地介绍了JSP程序设计的原理、方法和技术,还提供了大量的JSP应用开发实例,给出了相应的实用技巧、操作步骤及优化思路。 本书着重于JSP技术的应用性和可操作性,......一起来看看 《JSP应用开发技术》 这本书的介绍吧!