TensorFlow 1.8.0-rc0 发布,bug 修复版本

栏目: 软件资讯 · 发布时间: 6年前

内容简介:TensorFlow 1.8.0-rc0 发布,此版本包括很多性能改进和bug修复。主要特性和改进包括: 主要特性和改进 Can now pass tf.contrib.distribute.MirroredStrategy() to tf.estimator.RunConfig() to run an Estim...

TensorFlow 1.8.0-rc0 发布,此版本包括很多性能改进和bug修复。主要特性和改进包括:

主要特性和改进

  • Can now pass tf.contrib.distribute.MirroredStrategy() to tf.estimator.RunConfig() to run an Estimator model on multiple GPUs on one machine.

  • Add tf.contrib.data.prefetch_to_device(), which supports prefetching to GPU memory.

  • Added Gradient Boosted Trees as pre-made Estimators: BoostedTreesClassifier, BoostedTreesRegressor.

  • Add 3rd generation pipeline config for Cloud TPUs which improves performance and usability.

  • tf.contrib.bayesflow is moving out to it's own repo.

  • Added tf.contrib.{proto,rpc} to allow generic proto parsing and RPC communication.

Bug 修复和其他改变

  • tf.data:

    • Add tf.contrib.data.prefetch_to_device, which enables prefetching dataset elements to GPU memory.

    • Add tf.contrib.data.AUTOTUNE, which allows the tf.data runtime to automatically tune the prefetch buffer sizes based on your system and environment.

    • Add tf.contrib.data.make_csv_dataset for building datasets of CSV files.

  • Eager Execution:

    • With eager execution Datasets can now be used as standard python iterators (for batch in dataset:). Both Dataset.__iter__() and Dataset.make_one_shot_iterator() can now be used to create iterators when eager execution is enabled.

    • Automatic device placement has been enabled (i.e., use a GPU if available automatically, without requiring an explicit with tf.device(“/gpu:0”)) (Fixes #14133)

    • tf.GradientTape has moved out of contrib.

完整内容请查看发布主页

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

简约至上

简约至上

[英] Giles Colborne / 李松峰、秦绪文 / 人民邮电出版社 / 2011-1-1 / 35.00

追求简单易用是人类的本性,无论是互联网产品。还是移动应用。亦或其他交互式设计,简单易用始终都是赢得用户的关键。同时,简单易用的程度也与产品寿命的长短密切相关。在《简约至上:交互式设计四策略》中,作者Giles托20多年交互式设计的探索与实践。提出了合理删除、分层组织、适时隐藏和巧妙转移这四个达成简约至上的终极策略,讲述了为什么应该站在主流用户一边,以及如何从他们的真实需求和期望出发,简化设计,提升......一起来看看 《简约至上》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具