Categories: NewsData

TensorFlow 1.6.0 is here!

1 min read

After a sneak-peek into TensorFlow’s release candidates 1.6.0-rc0 and 1.6.0-rc1, its major release 1.6.0 is finally here!

Tensorflow 1.6.0 includes two new breaking changes, feature improvements and bug fixes in its list. The previous version, TensorFlow 1.5, introduced us to jaw dropping inclusions such as TensorFlow Lite developer preview and TensorFlow Eager Execution.  

Let’s have a look at what’s in store with the newly released TensorFlow version 1.6.0.

The two most important changes include:

  • The prebuilt binaries are now built against CUDA 9.0 and cuDNN 7
  • These prebuilt binaries would now use AVX instructions, which may break TensorFlow on older CPUs.

List of major feature improvements:

  • A new optimizer internal API for non-slot variables.
  • tf.estimator.{FinalExporter,LatestExporter} can now export stripped SavedModels, which improves forward compatibility of the SavedModel.
  • FFT support has been added to XLA CPU/GPU.
  • Also, Android TF can now be built with CUDA acceleration on compatible Tegra devices.

Few API changes in 1.6.0:

  • Introducing prepare_variance boolean with default setting to False for backward compatibility.
  • Move layers_dense_variational_impl.py to layers_dense_variational.py.

Minor bug fixes include:

  • Addition of a  client-side throttle in the Google Cloud Storage (GCS).
  • Addition of a FlushCaches() method to the FileSystem interface, with an implementation for GcsFileSystem.

In addition to these, TensorFlow 1.6.0 includes a second version of the Getting started guide exclusively for newcomers in Machine learning. Not only this, documentation for TPUs is must-watch. It also includes certain other changes which you will be able to read at the GitHub version release page.  

Savia Lobo

A Data science fanatic. Loves to be updated with the tech happenings around the globe. Loves singing and composing songs. Believes in putting the art in smart.

Share
Published by
Savia Lobo

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