内容简介: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加载失败的程序集重新加载
- 虚拟机类加载机制:类加载时机
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。