Availability of Tensorflow Release 18.03?

I have a program that I want to test on my Jetson TX2 that uses tensorflow-gpu 1.4. I noticed this page [url]Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation mentions of the existence of a build for just what I need.

But following the instructions from the link above, and using the information in this page [url]TensorFlow Release Notes :: NVIDIA Deep Learning Frameworks Documentation to find an applicable release, the files don’t exist on the repository.

The Tensorflow Release 18.03 (with tensorflow-gpu 1.4) is not available anywhere within the folder [url]https://developer.download.nvidia.com/compute/redist/jp/[/url]

Is there an archive of the necessary pip files for the older releases?

Hi Patrick,

Unfortunately, we do not have a TensorFlow pip package with version 1.4. We only started releasing the wheels as of our 18.08 container, using TensorFlow 1.9, for JetPack version 3.3. (Available here: [url]https://developer.download.nvidia.com/compute/redist/jp/v33/tensorflow-gpu[/url]). We have official releases up to TF 1.14, but not before TF 1.9.

Sorry for the inconvenience,

Matt Conley

If it is a “release”, then is there any availability to whatever software or image that was released?

Hi Patrick,

The releases are available at https://developer.download.nvidia.com/compute/redist/jp/v/tensorflow-gpu/ , where is the version of JetPack supported (such as 33, 40, or 42). As a rule, we generally target the most recently available version of JetPack for the next TensorFlow release. In this case, TensorFlow versions 1.13.1 and 1.14 are available for devices using JetPack 4.2. If you’re using an older version of JetPack, the packages available for your device can be found by substituting the specific version into the above URL.

Hope this helps,

Matt Conley