Data

TensorFlow 1.9.0-rc0 release announced

2 min read

TensorFlow Community keeps rolling with updates. The first release candidate for next minor version release 1.9.0 is unveiled today with pretty good list of features, improvements and bug fixes. In its previous version 1.8.0 release, the team paid more attention towards supporting GPU memory, running on multiple GPUs and cloud performance. In today’s release, the team were strong in adding support to Keras, gradient estimators and improvement in the layers.

Major features and improvements in TensorFlow 1.9.0-rc0:

  • Updated tf.keras to the Keras 2.1.6 API.
  • tfe.Network is deprecated and can be inherited from tf.keras.Model.
  • Added support of core feature columns and losses to gradient boosted trees estimators.
  • The distributions.Bijector API supports broadcasting for Bijectors with new API changes.
  • Layered variable names changed

Bug Fixes in TensorFlow 1.9.0-rc0:

  • The DatasetBase::DebugString() method is now const.
  • Added the tf.contrib.data.sample_from_datasets() API for randomly sampling from multiple datasets.
  • Eager Execution and Accelerated Linear Algebra (XLA) fixed.
  • tf.keras.Model.save_weights by default saves in TensorFlow format.
  • TensorFlow Debugger (tfdbg) CLI fixed.
  • Added “constrained_optimization” to tensorflow/contrib.
  • tf.contrib.framework.zero_initializer supports ResourceVariable.
  • tf.contrib.data.make_csv_dataset() supports line breaks in quoted strings.

Miscellaneous changes:

  • Added GCS Configuration Ops.
  • MakeIterator signature changed to enable propagating error status.
  • KL divergence for two Dirichlet distributions.
  • More consistent GcsFileSystem behavior for reads past EOF.
  • Added Benchmark for tf.scan in graph and eager modes.
  • Added complex128 support to FFT, FFT2D, FFT3D, IFFT, IFFT2D, and IFFT3D.
  • Support for preventing tf.gradients() from backpropagating through integer tensors.
  • Supports indicator column in boosted trees.
  • Conv3D, Conv3DBackpropInput, Conv3DBackpropFilter now supports arbitrary.
  • LinearOperator[1D,2D,3D]Circulant added to tensorflow.linalg.
  • Allows LinearOperator to broadcast.

For the complete list of bug fixes and improvements, you can read TensorFlow’s Github page.

You can also download the source code to access all the exciting features of TensorFlow 1.9.0-rc0.

Read Next

Implementing feedforward networks with TensorFlow

How TFLearn makes building TensorFlow models easier

Distributed TensorFlow: Working with multiple GPUs and servers

Pravin Dhandre

Category Manager and tech enthusiast. Previously worked on global market research and lead generation assignments. Keeps a constant eye on Artificial Intelligence.

Share
Published by
Pravin Dhandre
Tags: AI News

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago