TensorFlow 1.9.0-rc2 发布,改进数据加载和文本处理

TensorFlow 1.9.0-rc2 已发布。

该版本的更新内容包括新特性的增加、Bug 修复和其他改进,以及一些破坏性的变化。

主要特性和改进

破坏性变化

  • 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-rc2

猜你喜欢

转载自www.oschina.net/news/97680/tensorflow-1-9-0-rc2-released