TensorFlow 1.5.0-rc1 已发布,这也是 TensorFlow 1.5.0 的第二个 RC 版,该版本包含一些破坏性的变更、新功能和改进、Bug 修复和其他更改。
其中破坏性变更如下:
现在预构建的二进制文件是针对 CUDA 9 和 cuDNN 7 构建的
Linux 二进制文件是使用 Ubuntu 16 容器构建的,可能在 ubuntu 14 中使用时会引入 glibc 不兼容问题
从 1.6 版本开始,预编译的二进制文件将使用 AVX 指令。这可能会破坏老式 CPU 上的 TF
API 变更如下:
Rename SqueezeDims attribute to Axis in C++ API for Squeeze op.
Stream::BlockHostUntilDone now returns Status rather than bool.
Minor refactor: move stats files from stochastic to common and remove stochastic.
软件详情:https://github.com/tensorflow/tensorflow/releases/tag/v1.5.0-rc1
下载地址:https://github.com/tensorflow/tensorflow/archive/v1.5.0-rc1.zip
来自:开源中国社区

