内容简介:机器学习库 TensorFlow 1.9.0 已发布,该版本没有重大更新,只是一个常规更新版本。 主要功能和改进 Updated docs for tf.keras: New Keras-based get started and programmers guide page. Update tf.keras to ...
机器学习库 TensorFlow 1.9.0 已发布,该版本没有重大更新,只是一个常规更新版本。
主要功能和改进
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 and tf.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 standard pip installation.
Improved data-loading and text processing with:
tf.decode_compressed
tf.string_strip
tf.strings.regex_full_match
Added experimental support for new pre-made Estimators:
tf.contrib.estimator.BaselineEstimator
tf.contrib.estimator.RNNClassifier
tf.contrib.estimator.RNNEstimator
The distributions.Bijector API supports broadcasting for Bijectors with new API changes.
可以看到,主要是升级和改进了一些 API,以及改进了文档。
破坏性变更
If you're opening empty variable scopes; replace variable_scope('', ...) by variable_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
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《机器学习库 TensorFlow 1.9.0 发布,常规更新版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 机器学习库 TensorFlow 1.9.0 发布,常规更新版本
- 单机服务器部署Nginx/Node/Nuxt/React/NG,常规优化,常规自启脚本
- Rust 入坑指南:常规套路
- 三分钟快速搞定 Git 常规使用
- 三分钟快速搞定 Git 常规使用
- layui 2.2.5 发布,常规更新
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
有限与无限的游戏
[美]詹姆斯·卡斯 / 马小悟、余倩 / 电子工业出版社 / 2013-10 / 35.00元
在这本书中,詹姆斯·卡斯向我们展示了世界上两种类型的「游戏」:「有限的游戏」和「无限的游戏」。 有限的游戏,其目的在于赢得胜利;无限的游戏,却旨在让游戏永远进行下去。有限的游戏在边界内玩,无限的游戏玩的就是边界。有限的游戏具有一个确定的开始和结束,拥有特定的赢家,规则的存在就是为了保证游戏会结束。无限的游戏既没有确定的开始和结束,也没有赢家,它的目的在于将更多的人带入到游戏本身中来,从而延续......一起来看看 《有限与无限的游戏》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
正则表达式在线测试
正则表达式在线测试