TensorFlow 1.9.0-rc0 已发布。
该版本带来了不少改进和新特性:
tfe.Network
is deprecated. Please inherit from tf.keras.Model
.tf.keras.layers
with custom variable scopes.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 进行继承。
也有一些破坏性的变更:
variable_scope
('', ...) by variable_scope
(tf.get_variable_scope()
, ...).源码下载和详细更新说明请查看 https://github.com/tensorflow/tensorflow/releases/tag/v1.9.0-rc0
领取专属 10元无门槛券
私享最新 技术干货