Data

TensorFlow 1.11.0 releases

1 min read

It’s been just a month since the release of TensorFlow 1.10, and the TensorFlow community introduces the newer version 1.11 with few major additions, lots of bug fixes and numerous performance improvements.

Major Features of TensorFlow 1.11.0:

  • Prebuilt binaries built for Nvidia GPU
  • Experimental tf.data integration for Keras
  • Preview support for eager execution on Google Cloud TPUs
  • Added multi-GPU DistributionStrategy support in tf.keras for model distribution
  • Added multi-worker DistributionStrategy support in Estimator
  • C, C++, and Python functions added for querying kernels
  • Added simple Tensor and DataType classes to TensorFlow Lite Java

Bug Fixes and Other Changes:

  • Default values for tf.keras RandomUniform, RandomNormal, and TruncatedNormal initializers changed
  • Added pruning mode for boosted trees
  • Old checkpoints do not get deleted by default
  • Total disk space for dumped tensor data limited to 100 GB.
  • Added experimental IndexedDatasets

Performance Improvements:

  • Enhanced performance for StringSplitOp & StringSplitV2Op
  • Regex replace operations improvised with max performance.
  • Toco compilation/execution fixed for Windows
  • Added GoogleZoneProvider class for detecting Google Cloud Engine zone tensorflow
  • Import enabled for tensor.proto.h
  • Added documentation clarifying the differences between tf.fill and tf.constant
  • Added selective registration target using the lite proto runtime
  • Support for bitcasting to and from uint32 and uint64
  • Estimator subclass added and can be created from a SavedModelEstimator
  • Added argument leaf index modes

Please see the full release notes for complete details on added features and changes. You can also check the GitHub repository to find various interesting use cases of TensorFlow.

Read Next

Top 5 Deep Learning Architectures

A new Model optimization Toolkit for TensorFlow can make models 3x faster

Intelligent mobile projects with TensorFlow: Build your first Reinforcement Learning model on Raspberry Pi

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