TensorFlow 1.9.0-rc0 升级 tf.keras 至 Keras 2.1.6 API

栏目: 软件资讯 · 发布时间: 5年前

内容简介:TensorFlow 1.9.0-rc0 已发布。 该版本带来了不少改进和新特性: Update tf.keras to the Keras 2.1.6 API. tfe.Network is deprecated. Please inherit from tf.keras.Model. Adding support of core feature ...

TensorFlow 1.9.0-rc0 已发布。

该版本带来了不少改进和新特性:

  • Update tf.keras to the Keras 2.1.6 API.

  • tfe.Network is deprecated. Please inherit from tf.keras.Model.

  • Adding support of core feature columns and losses to gradient boosted trees estimators.

  • The distributions.Bijector API supports broadcasting for Bijectors with new API changes. See here for more details.

  • Layered variable names have changed in the following conditions:

    • Using tf.keras.layers with custom variable scopes.

    • Using tf.layers in a subclassed tf.keras.Model class. See here for more details

可以看到,1.9.0-rc0 已将 tf.keras 升级至 Keras 2.1.6 API,并且已弃用 tfe.Network,需要从 tf.keras.Model 进行继承。

也有一些破坏性的变更:

  • If you're opening empty variable scopes; replace variable_scope('', ...) by variable_scope(tf.get_variable_scope(), ...).

源码下载和详细更新说明请查看 https://github.com/tensorflow/tensorflow/releases/tag/v1.9.0-rc0


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《TensorFlow 1.9.0-rc0 升级 tf.keras 至 Keras 2.1.6 API》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

改变未来的九大算法

改变未来的九大算法

[美] 约翰.麦考密克 / 管策 / 中信出版社 / 2013-6 / 39.00元

Google得出的搜索结果是如何产生的? 百度为何会陷入“搜索门”,又是什么机制使然? 身处在大数据时代的我们,究竟该如何应对变化莫测的世界? …… 没有满篇的专业术语,第一次让我们通过简单明了的语言、生动的例证了解支撑计算机王国的灵魂支柱——9大算法,包括人工智能、数据压缩,以及Google著名的PageRank等。 本书精彩地介绍了搜索引擎、PageRank、公开......一起来看看 《改变未来的九大算法》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试