机器学习库 TensorFlow 1.9.0 已发布,该版本没有重大更新,只是一个常规更新版本。
主要功能和改进
- Updated docs for tf.keras: New Keras- d get started and programmers guide page.
- Update tf.keras to the Keras 2.1.6 API.
- Added tf.keras. s.CuDNNGRU and tf.keras. s.CuDNNLSTM s. Try it.
- Adding support of core feature columns and losses to gradient boosted trees estimators.
- The python interface for the TFLite Optimizing Converter has been expanded, and the command line interface (AKA: toco, tflite_convert) is once again included in the standard pip installation.
- Improved data-loading and text processing with:
- tf.decode_compressed
- tf.string_strip
- tf.strings.regex_full_match
- Added experimental support for new pre-made Estimators:
- tf.contrib.estimator. lineEstimator
- tf.contrib.estimator.RNNClassifier
- tf.contrib.estimator.RNNEstimator
- The distributions.Bijector API supports broadcasting for Bijectors with new API changes.
可以看到,主要是升级和改进了一些 API,以及改进了文档。
破坏性变更
- 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
继续阅读与本文标签相同的文章
-
《DNS攻击防范科普系列4》--遭遇DNS缓存投毒该怎么办?
2026-05-18栏目: 教程
-
进击的 Java ,云原生时代的蜕变
2026-05-18栏目: 教程
-
阿里云Kubernetes平台构建和管理实践(上)
2026-05-18栏目: 教程
-
阿里云Kubernetes平台构建和管理实践(下)
2026-05-18栏目: 教程
-
F5的SSL加解密和负载均衡器如何提高安全性?
2026-05-18栏目: 教程
