首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

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

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

  • 发表于:
  • 原文链接https://www.oschina.net/news/96851/tensorflow-1-9-0-rc0-released
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券