Google has released the latest update to it’s ultra-popular library TensorFlow – version 1.7.0. TensorFlow is an open-source library written in python, C++ and CUDA. The last big update was TensorFlow 1.5 which we covered at the time of the release here.
There are a few fascinating additions to the latest update, including the integration of TensorRT with TensorFlow. Let’s check out a few features below.
TensorRT is a library that optimizes deep learning models for inference and creates a runtime for deployment on GPUs in production environments. In tests performed by Google, they found that “ResNet-50 performed 8x faster under 7 ms latency with the TensorFlow-TensorRT integration using NVIDIA Volta Tensor Cores as compared with running TensorFlow only”.
This is still in alpha mode. It’s a graphical user interface of the TensorFlow Debugger. This feature will enable users to:
One of the biggest additions in the last two version was the introduction of Eager Execution. It enables users to execute TensorFlow operations as soon as they are called from python. This is not only welcome by researchers experienced with the language, but makes things easier for newcomers as well. With this update, Eager mode has come out of contrib. Try using the below command:
tf.enable_eager_execution()
You can read more about the release on the TensorFlow GitHub page here.
tf.contrib.quantize
package.tf.custom_gradient
.Dataset
with new tf.contrib.data.SqlDataset
.tf.contrib.framework.CriticalSection
.tf.regex_replace
.tf.contrib.data.bucket_by_sequence_length
It just takes a line of code:
$ pip install --ignore-installed --upgrade tensorflow
I can’t wait to get our hands on this! I am a huge fan of visualizations so I’m especially intrigued by the TensorFlow Debugger dashboard that gives an overview of the Tensor values.
We will update this article with how the latest version performs for us soon.
Tensor flow can be installed only in 64bit version of Windows? Not on 32bit?
OPls, tell me if this new version is available for Windows . Thanks