Data

TensorFlow 1.10 arrives, cmake out, Bazel in

1 min read

Open source contributors from TensorFlow Community has successfully released TensorFlow 1.10 loaded with numerous features, multiple bug fixes and improvements. Let’s have a look at the key improvements added to the TensorFlow framework.

New Features and Improvements:

  • Runtime tf.lite now supports complex64
  • tf.data gets Bigtable integration
  • tf.estimator.train_and_evaluate enhanced with improved local run behaviour
  • Added restriction support in RunConfig for speeding up training and clean shutdown assurance.
  • Moved Distributions and Bijectors from tf.contrib.distributions to Tensorflow Probability (TFP)
  • Added new endpoints like tf.debugging, tf.dtypes, tf.image, tf.io, tf.linalg, tf.manip, tf.math, tf.quantization, tf.strings

Breaking Changes:

  • tf.contrib.distributions deprecation in the process and to be removed by the end of year
  • Dropping off official support for cmake
  • Support to Bazel from TensorFlow 1.11 onwards

Bug Fixes and Miscellaneous Changes:

  • tf.contrib.data.group_by_reducer() is now available via the public API
  • Added drop_remainder argument to tf.data.Dataset.batch() and tf.data.Dataset.padded_batch()
  • Custom savers for Estimator included in EstimatorSpec useful during export
  • Supports sparse_combiner in canned Linear Estimators.
  • Added batch normalization to DNNClassifier, DNNRegressor, and DNNEstimator.
  • Added ranking support and center bias option for boosted trees.

You can visit TensorFlow official release page on Github to review the full release notes on the complete list of added features and changes.

Read Next

Why Twitter (finally!) migrated to Tensorflow

Build and train an RNN chatbot using TensorFlow

Implementing feedforward networks with TensorFlow

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

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